Kinderspielplätze
Sie suchen einen Spielplatz in der Nähe? Nutzen Sie das Suchfeld unterhalb der Karte. Je näher der Spielpatz, desto weiter oben erscheint er in der Ergebnisliste.
Database_Exception [ 42S02 ]:
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/PDO.php [ 157 ]
152 // This benchmark is worthless
153 Profiler::delete($benchmark);
154 }
155
156 // Convert the exception in a database exception
157 throw new Database_Exception(':error [ :query ]',
158 [
159 ':error' => $e->getMessage(),
160 ':query' => $sql
161 ],
162 $e->getCode());
-
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_PDO->query(arguments)
0integer 1
1string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …"2string(14) "Model_Category"3array(0)246 return new Database_Result_Cached($result, $sql, $as_object, $object_params); 247 } 248 } 249 250 // Execute the query 251 $result = $db->query($this->_type, $sql, $as_object, $object_params); 252 253 if (isset($cache_key) AND $this->_lifetime > 0) 254 { 255 // Cache the result array 256 Kohana::cache($cache_key, $result->as_array(), $this->_lifetime); -
MODPATH/koseven/koseven/modules/orm/classes/Kohana/ORM.php [ 1212 ] » Kohana_Database_Query->execute(arguments)
0object Database_PDO(5)
{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }1207 } 1208 1209 if ($multiple === TRUE) 1210 { 1211 // Return database iterator casting to this object type 1212 $result = $this->_db_builder->as_object(get_class($this))->execute($this->_db); 1213 1214 $this->reset(); 1215 1216 return $result; 1217 } -
MODPATH/koseven/koseven/modules/orm/classes/Kohana/ORM.php [ 1153 ] » Kohana_ORM->_load_result(arguments)
0bool TRUE
1148 } 1149 } 1150 1151 $this->_build(Database::SELECT); 1152 1153 return $this->_load_result(TRUE); 1154 } 1155 1156 /** 1157 * Returns an array of columns to include in the select query. This method 1158 * can be overridden to change the default select behavior. -
DOCROOT/modules/_base/classes/Helper/Map.php [ 170 ] » Kohana_ORM->find_all()
165 if (isset($component->show_routing) || arr::get($options, 'show_routing')) 166 { 167 $marker->show_routing = TRUE; 168 } 169 $category_names = []; 170 foreach ( $address->categories->find_all() as $category) { 171 $category_names[] = $category->name; 172 } 173 $marker->categories = $category_names; 174 175 $description = $marker->render(); -
DOCROOT/modules/_base/classes/Controller/Frontend/Component/Map.php [ 52 ] » Helper_Map::marker_description(arguments)
0object Model_Address(46)
{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3442 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Unnerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Unnerstraße" "street_number" => string(1) "2" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.1930099" "longitude" => string(9) "7.0250196" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Güdingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:18:24" "created_at" => string(19) "2016-08-31 08:44:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.1855331159612 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3442 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Unnerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Unnerstraße" "street_number" => string(1) "2" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.1930099" "longitude" => string(9) "7.0250196" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Güdingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:18:24" "created_at" => string(19) "2016-08-31 08:44:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.1855331159612 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3442 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(4) "crop" 1 => string(11) "description" ) "crop" => array(1) ( "ratios" => array(3) ( 0 => string(3) "4:3" 1 => string(4) "16:9" 2 => string(3) "1:1" ) ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(4) "crop" 1 => string(11) "description" ) "crop" => array(1) ( "ratios" => array(5) ( 0 => string(3) "1:1" 1 => string(3) "4:3" 2 => string(3) "3:4" 3 => string(3) "3:2" 4 => string(3) "2:3" ) ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(4) "crop" 1 => string(11) "description" ) "crop" => array(1) ( "ratios" => array(4) ( 0 => string(4) "16:9" 1 => string(5) "16:10" 2 => string(4) "21:9" 3 => string(3) "3:2" ) ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(4) "crop" 1 => string(11) "description" ) "crop" => array(1) ( "ratios" => array(4) ( 0 => string(4) "16:9" 1 => string(5) "16:10" 2 => string(4) "21:9" 3 => string(3) "3:2" ) ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }1object Model_Component_Map(45)
{ protected _has_one => array(0) protected _belongs_to => array(2) ( "block" => array(2) ( "foreign_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) "address" => array(2) ( "foreign_key" => string(10) "address_id" "model" => string(7) "Address" ) ) protected _has_many => array(1) ( "address_categories" => array(4) ( "foreign_key" => string(16) "component_map_id" "through" => string(32) "component_map_address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(19) ( "id" => integer 1508 "block_id" => integer 1643172 "search_default" => string(0) "" "limit_results" => integer 150 "distance" => integer 10 "quantity_per_page" => integer 150 "width" => string(4) "100%" "height" => string(5) "300px" "center_longitude" => string(9) "6.9960756" "center_latitude" => string(10) "49.2356398" "map_type" => string(7) "ROADMAP" "zoom" => integer 12 "identifier" => string(0) "" "is_searchable" => integer 1 "placeholder" => string(0) "" "show_results" => integer 127 "address_id" => integer 0 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "2024-07-11 12:16:44" ) protected _changed => array(0) protected _original_values => array(19) ( "id" => integer 1508 "block_id" => integer 1643172 "search_default" => string(0) "" "limit_results" => integer 150 "distance" => integer 10 "quantity_per_page" => integer 150 "width" => string(4) "100%" "height" => string(5) "300px" "center_longitude" => string(9) "6.9960756" "center_latitude" => string(10) "49.2356398" "map_type" => string(7) "ROADMAP" "zoom" => integer 12 "identifier" => string(0) "" "is_searchable" => integer 1 "placeholder" => string(0) "" "show_results" => integer 127 "address_id" => integer 0 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "2024-07-11 12:16:44" ) protected _related => array(1) ( "address" => object Model_Address(46){ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(30) ( "id" => NULL "client_id" => NULL "name" => NULL "supplement" => NULL "headline" => NULL "description" => NULL "street" => NULL "street_number" => NULL "zip" => NULL "city" => NULL "state" => NULL "country" => NULL "latitude" => NULL "longitude" => NULL "phone" => NULL "fax" => NULL "email" => NULL "website" => NULL "note" => NULL "district" => NULL "created_by_user_id" => NULL "updated_by_user_id" => NULL "updated_at" => NULL "created_at" => NULL "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) 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_PDO(5)) 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(13) "component_map" protected _object_plural => string(14) "component_maps" protected _table_name => string(14) "component_maps" protected _table_columns => array(19) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "block_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(8) "block_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "search_default" => array(12) ( "type" => string(6) "string" "column_name" => string(14) "search_default" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "limit_results" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(13) "limit_results" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "distance" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(8) "distance" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "quantity_per_page" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(17) "quantity_per_page" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "width" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "width" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "height" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "height" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "center_longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "center_longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "center_latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "center_latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "map_type" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "map_type" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zoom" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(4) "zoom" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "identifier" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "identifier" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(2) "64" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_searchable" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(13) "is_searchable" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "placeholder" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "placeholder" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_results" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "show_results" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "address_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "address_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1508 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(4) "crop" 1 => string(11) "description" ) "crop" => array(1) ( "ratios" => array(3) ( 0 => string(3) "4:3" 1 => string(4) "16:9" 2 => string(3) "1:1" ) ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(4) "crop" 1 => string(11) "description" ) "crop" => array(1) ( "ratios" => array(5) ( 0 => string(3) "1:1" 1 => string(3) "4:3" 2 => string(3) "3:4" 3 => string(3) "3:2" 4 => string(3) "2:3" ) ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(4) "crop" 1 => string(11) "description" ) "crop" => array(1) ( "ratios" => array(4) ( 0 => string(4) "16:9" 1 => string(5) "16:10" 2 => string(4) "21:9" 3 => string(3) "3:2" ) ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( 0 => string(4) "crop" 1 => string(11) "description" ) "crop" => array(1) ( "ratios" => array(4) ( 0 => string(4) "16:9" 1 => string(5) "16:10" 2 => string(4) "21:9" 3 => string(3) "3:2" ) ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(13) "component_map" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }2array(3) ( "show_description" => bool TRUE "show_routing" => bool TRUE "show_contact_data" => bool TRUE )
47 48 $addresses = array(); 49 foreach ($results as $address) { 50 $map_icon = $address->getCategoryIcon(); 51 52 $description = Helper_Map::marker_description($address, $record, array( 53 'show_description' => TRUE, 54 'show_routing' => TRUE, 55 'show_contact_data' => TRUE, 56 )); 57 -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Frontend_Component_Map->action_html()
79 [':uri' => $this->request->uri()] 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Frontend_Component_Map(5)
{ public request => object Request(20){ 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(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(22) "Frontend_Component_Map" protected _action => string(4) "html" protected _uri => string(32) "Frontend_Component_Map/html/1508" protected _external => bool FALSE protected _params => array(2) ( "id" => string(4) "1508" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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(3) ( "layout" => array(3) ( "content" => array(4) ( 1643174 => array(1) ( 0 => array(2) ( "id" => integer 1643174 "component" => string(14) "Component_Text" ) ) 1643172 => array(1) ( 0 => array(2) ( "id" => integer 1643172 "component" => string(13) "Component_Map" ) ) 1643173 => array(1) ( 0 => array(2) ( "id" => integer 1643173 "component" => string(17) "Component_Gallery" ) ) 1643175 => array(1) ( 0 => array(2) ( "id" => integer 1643175 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1643171 "component" => string(16) "Component_Teaser" ) ) "sidebar" => array(1) ( 0 => array(2) ( "id" => integer 1643176 "component" => string(17) "Component_Address" ) ) ) "_block_id" => integer 1643172 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(3) ( "layout" => array(3) ( "content" => array(4) ( 1643174 => array(1) ( 0 => array(2) ( "id" => integer 1643174 "component" => string(14) "Component_Text" ) ) 1643172 => array(1) ( 0 => array(2) ( "id" => integer 1643172 "component" => string(13) "Component_Map" ) ) 1643173 => array(1) ( 0 => array(2) ( "id" => integer 1643173 "component" => string(17) "Component_Gallery" ) ) 1643175 => array(1) ( 0 => array(2) ( "id" => integer 1643175 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1643171 "component" => string(16) "Component_Teaser" ) ) "sidebar" => array(1) ( 0 => array(2) ( "id" => integer 1643176 "component" => string(17) "Component_Address" ) ) ) "_block_id" => integer 1643172 "_container" => string(7) "content" ) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)public template => object View(2){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(60) "/var/www/html/modules/_base/views/frontend/component/map.tpl" protected _data => array(9) ( "identifier" => string(17) "15086a482b1c54d8b" "placeholder" => string(50) "Suchbegriff (z.B. Straße oder Stadtteil) eingeben" "width" => string(4) "100%" "height" => string(5) "300px" "is_searchable" => integer 1 "show_results" => integer 127 "search_data" => array(9) ( "distance" => integer 10 "limit" => integer 150 "address" => string(12) "Saarbrücken" "center" => array(2) ( 0 => float 49.2356398 1 => float 6.9960756 ) "term" => NULL "offset" => integer 0 "category" => NULL "search_categories" => array(1) ( 0 => integer 315 ) "category_datasource" => array(1) ( 315 => string(18) "Kinderspielplätze" ) ) "addresses" => object Database_Result_Cached(6)public auto_render => bool TRUE private icon => string(0) "" }{ protected _query => string(1376) "SELECT ( 6371 * acos( cos( radians( 49.2356398 ) ) * cos( radians( latitude ) ) * cos( radians( longitude ) - radians( 6.9960756 …" protected _result => array(122) ( 0 => object Model_Address(46)"pagination" => array(8) ( "offset_next" => bool FALSE "offset_previous" => bool FALSE "total" => integer 122 "offset" => integer 0 "limit" => integer 150 "parameters" => array(2) ( 0 => string(9) "category=" 1 => string(2) "q=" ) "parameters_next" => array(3) ( 0 => string(9) "category=" 1 => string(2) "q=" 2 => string(7) "offset=" ) "parameters_previous" => array(3) ( 0 => string(9) "category=" 1 => string(2) "q=" 2 => string(7) "offset=" ) ) ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7686 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Nauwieserplatz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(14) "Nauwieserplatz" "street_number" => string(10) "St. Johann" "zip" => string(5) "66111" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23518139560158" "longitude" => string(18) "6.9996363907379155" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2023-06-28 09:44:19" "created_at" => string(19) "2021-06-23 14:55:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 0.26350822143145 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7686 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Nauwieserplatz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(14) "Nauwieserplatz" "street_number" => string(10) "St. Johann" "zip" => string(5) "66111" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23518139560158" "longitude" => string(18) "6.9996363907379155" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2023-06-28 09:44:19" "created_at" => string(19) "2021-06-23 14:55:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 0.26350822143145 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7686 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3364 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Staatstheater" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(141) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Großes Multifunktionsgerät, Schaukeln, Sandkasten, Rutschen, Spi …" "street" => string(34) "Saarwiesen unterhalb Staatstheater" "street_number" => string(0) "" "zip" => string(5) "66111" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23156052758283" "longitude" => string(17) "6.994223288191279" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 206 "updated_at" => string(19) "2024-05-28 15:04:20" "created_at" => string(19) "2016-08-23 10:00:43" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 0.47311308406934 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3364 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Staatstheater" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(141) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Großes Multifunktionsgerät, Schaukeln, Sandkasten, Rutschen, Spi …" "street" => string(34) "Saarwiesen unterhalb Staatstheater" "street_number" => string(0) "" "zip" => string(5) "66111" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23156052758283" "longitude" => string(17) "6.994223288191279" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 206 "updated_at" => string(19) "2024-05-28 15:04:20" "created_at" => string(19) "2016-08-23 10:00:43" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 0.47311308406934 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3364 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7681 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Echelmeyerpark" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(16) "Schumannstraße " "street_number" => string(0) "" "zip" => string(5) "66111" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23879904946134" "longitude" => string(18) "7.0028077460326585" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:27:57" "created_at" => string(19) "2021-06-23 14:32:46" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 0.6019154842012 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7681 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Echelmeyerpark" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(16) "Schumannstraße " "street_number" => string(0) "" "zip" => string(5) "66111" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23879904946134" "longitude" => string(18) "7.0028077460326585" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:27:57" "created_at" => string(19) "2021-06-23 14:32:46" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 0.6019154842012 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7681 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7697 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Nanteser Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(14) "Nanteser Platz" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23122722939973" "longitude" => string(17) "6.989107300455464" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:57:44" "created_at" => string(19) "2021-06-25 11:34:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 0.70479217805491 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7697 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Nanteser Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(14) "Nanteser Platz" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23122722939973" "longitude" => string(17) "6.989107300455464" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:57:44" "created_at" => string(19) "2021-06-25 11:34:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 0.70479217805491 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7697 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3363 "client_id" => integer 1 "name" => string(27) "Kinderspielplatz Sachsenweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(119) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Klettermöglichkeiten, Rutsche, Schaukel, Wippgeräte</p> " "street" => string(10) "Sachsenweg" "street_number" => string(1) "5" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23409673641592" "longitude" => string(17) "7.007984599475094" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-24 10:59:15" "created_at" => string(19) "2016-08-23 09:46:03" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 0.88152224033829 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3363 "client_id" => integer 1 "name" => string(27) "Kinderspielplatz Sachsenweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(119) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Klettermöglichkeiten, Rutsche, Schaukel, Wippgeräte</p> " "street" => string(10) "Sachsenweg" "street_number" => string(1) "5" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23409673641592" "longitude" => string(17) "7.007984599475094" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-24 10:59:15" "created_at" => string(19) "2016-08-23 09:46:03" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 0.88152224033829 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3363 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7695 "client_id" => integer 50 "name" => string(32) "Kinderspielplatz Gärtnerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(15) "Gärtnerstraße" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.235737697055406" "longitude" => string(17) "6.980319241139208" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:44:02" "created_at" => string(19) "2021-06-25 11:16:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.1440360976035 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7695 "client_id" => integer 50 "name" => string(32) "Kinderspielplatz Gärtnerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(15) "Gärtnerstraße" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.235737697055406" "longitude" => string(17) "6.980319241139208" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:44:02" "created_at" => string(19) "2021-06-25 11:16:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.1440360976035 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7695 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3731 "client_id" => integer 1 "name" => string(20) "Spielplatz am Staden" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(12) "Heinestraße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.22653785146834" "longitude" => string(18) "7.0049116253784405" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 11 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2017-09-05 10:04:30" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 1.1983207053882 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3731 "client_id" => integer 1 "name" => string(20) "Spielplatz am Staden" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(12) "Heinestraße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.22653785146834" "longitude" => string(18) "7.0049116253784405" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 11 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2017-09-05 10:04:30" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 1.1983207053882 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3731 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)7 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7683 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Homburger Höh" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(21) "An der Homburger Höh" "street_number" => string(0) "" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2446568" "longitude" => string(9) "7.0055696" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:29:02" "created_at" => string(19) "2021-06-23 14:48:03" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.2166989214632 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7683 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Homburger Höh" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(21) "An der Homburger Höh" "street_number" => string(0) "" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2446568" "longitude" => string(9) "7.0055696" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:29:02" "created_at" => string(19) "2021-06-23 14:48:03" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.2166989214632 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7683 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)8 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 8726 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz John-McIntosh-Platz " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "John-McIntosh-Platz " "street_number" => string(0) "" "zip" => string(6) "66117 " "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23316130000001" "longitude" => string(17) "6.978732300000001" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 31 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2024-07-17 12:28:46" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.289042196438 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 8726 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz John-McIntosh-Platz " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "John-McIntosh-Platz " "street_number" => string(0) "" "zip" => string(6) "66117 " "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23316130000001" "longitude" => string(17) "6.978732300000001" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 31 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2024-07-17 12:28:46" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.289042196438 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 8726 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)9 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3357 "client_id" => integer 1 "name" => string(41) "Kinderspielplatz Friedrichsthaler Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(87) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Rutsche, Schaukel, Sandkasten</p> " "street" => string(24) "Friedrichsthaler Straße" "street_number" => string(1) "7" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.247283222444416" "longitude" => string(17) "6.993334828311163" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Rodenhof" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 11:15:02" "created_at" => string(19) "2016-08-23 08:59:30" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.3098892058482 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3357 "client_id" => integer 1 "name" => string(41) "Kinderspielplatz Friedrichsthaler Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(87) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Rutsche, Schaukel, Sandkasten</p> " "street" => string(24) "Friedrichsthaler Straße" "street_number" => string(1) "7" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.247283222444416" "longitude" => string(17) "6.993334828311163" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Rodenhof" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 11:15:02" "created_at" => string(19) "2016-08-23 08:59:30" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.3098892058482 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3357 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)10 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3356 "client_id" => integer 1 "name" => string(39) "Kinderspielplatz Jägersfreuder Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(114) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Kletterwand, Schaukel, Rutsche, Multifunktionsgerät</p> " "street" => string(22) "Jägersfreuder Straße" "street_number" => string(2) "62" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24706194732938" "longitude" => string(18) "6.9900216342543775" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Rodenhof" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 11:22:23" "created_at" => string(19) "2016-08-23 08:54:31" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.343976091513 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3356 "client_id" => integer 1 "name" => string(39) "Kinderspielplatz Jägersfreuder Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(114) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Kletterwand, Schaukel, Rutsche, Multifunktionsgerät</p> " "street" => string(22) "Jägersfreuder Straße" "street_number" => string(2) "62" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24706194732938" "longitude" => string(18) "6.9900216342543775" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Rodenhof" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 11:22:23" "created_at" => string(19) "2016-08-23 08:54:31" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.343976091513 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3356 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)11 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7723 "client_id" => integer 50 "name" => string(32) "Kinderspielplatz Birkenwäldchen" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(14) "Lerchesflurweg" "street_number" => string(0) "" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.22480702560303" "longitude" => string(17) "6.983427027261335" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-07-09 14:53:25" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.5147551761826 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7723 "client_id" => integer 50 "name" => string(32) "Kinderspielplatz Birkenwäldchen" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(14) "Lerchesflurweg" "street_number" => string(0) "" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.22480702560303" "longitude" => string(17) "6.983427027261335" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-07-09 14:53:25" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.5147551761826 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7723 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)12 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3405 "client_id" => integer 1 "name" => string(34) "Kinderspielplatz Max-Braun-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(114) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Tischtennsiplatte, Schaukeln, Rutsche, Wippe, Sandkasten</p> " "street" => string(17) "Max-Braun-Straße" "street_number" => string(2) "25" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2346524" "longitude" => string(8) "7.016897" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-30 08:40:11" "created_at" => string(19) "2016-08-29 09:56:08" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 1.5157280220057 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3405 "client_id" => integer 1 "name" => string(34) "Kinderspielplatz Max-Braun-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(114) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Tischtennsiplatte, Schaukeln, Rutsche, Wippe, Sandkasten</p> " "street" => string(17) "Max-Braun-Straße" "street_number" => string(2) "25" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2346524" "longitude" => string(8) "7.016897" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-30 08:40:11" "created_at" => string(19) "2016-08-29 09:56:08" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 1.5157280220057 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3405 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)13 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7696 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz Komturstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(13) "Komturstraße" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2313312" "longitude" => string(9) "6.9762353" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-11 11:39:50" "created_at" => string(19) "2021-06-25 11:32:08" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.5181399747186 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7696 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz Komturstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(13) "Komturstraße" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2313312" "longitude" => string(9) "6.9762353" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-11 11:39:50" "created_at" => string(19) "2021-06-25 11:32:08" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.5181399747186 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7696 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)14 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3392 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Lerchesflurweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(14) "Lerchesflurweg" "street_number" => string(5) "55-59" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22462246260516" "longitude" => string(17) "6.983155044180318" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:36:44" "created_at" => string(19) "2016-08-29 09:32:53" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.5430540976725 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3392 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Lerchesflurweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(14) "Lerchesflurweg" "street_number" => string(5) "55-59" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22462246260516" "longitude" => string(17) "6.983155044180318" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:36:44" "created_at" => string(19) "2016-08-29 09:32:53" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.5430540976725 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3392 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)15 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3402 "client_id" => integer 1 "name" => string(44) "Kinderspielplatz Meerwiesertalweg; am Weiher" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(101) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Schaukeln, Drehkreisel, Sandkasten, Rutsche</p> " "street" => string(16) "Meerwiesertalweg" "street_number" => string(2) "31" "zip" => string(5) "66123" "city" => string(13) "Saarbrücken " "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24363408033846" "longitude" => string(16) "7.01429832740021" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:06:12" "created_at" => string(19) "2016-08-29 09:52:29" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.5938560072596 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3402 "client_id" => integer 1 "name" => string(44) "Kinderspielplatz Meerwiesertalweg; am Weiher" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(101) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Schaukeln, Drehkreisel, Sandkasten, Rutsche</p> " "street" => string(16) "Meerwiesertalweg" "street_number" => string(2) "31" "zip" => string(5) "66123" "city" => string(13) "Saarbrücken " "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24363408033846" "longitude" => string(16) "7.01429832740021" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:06:12" "created_at" => string(19) "2016-08-29 09:52:29" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.5938560072596 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3402 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)16 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7684 "client_id" => integer 50 "name" => string(28) "Kinderspielplatz Meißenwies" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Meißenwies" "street_number" => string(0) "" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.234854088653435" "longitude" => string(16) "7.01937747619628" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:55:50" "created_at" => string(19) "2021-06-23 14:50:57" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.694093118704 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7684 "client_id" => integer 50 "name" => string(28) "Kinderspielplatz Meißenwies" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Meißenwies" "street_number" => string(0) "" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.234854088653435" "longitude" => string(16) "7.01937747619628" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:55:50" "created_at" => string(19) "2021-06-23 14:50:57" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.694093118704 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7684 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)17 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3404 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Rotenbühlerweg " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(137) "<p>Auf dem Spielplatz gibt es besonders für kleine Kinder unter anderem:</p> <p>Sandkasten, Schaukel, WIppgeräte, Rut …" "street" => string(15) "Rotenbühlerweg" "street_number" => string(2) "14" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.243276896953304" "longitude" => string(17) "7.016755962565626" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-15 11:00:25" "created_at" => string(19) "2016-08-29 09:55:06" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.7248996211652 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3404 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Rotenbühlerweg " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(137) "<p>Auf dem Spielplatz gibt es besonders für kleine Kinder unter anderem:</p> <p>Sandkasten, Schaukel, WIppgeräte, Rut …" "street" => string(15) "Rotenbühlerweg" "street_number" => string(2) "14" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.243276896953304" "longitude" => string(17) "7.016755962565626" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-15 11:00:25" "created_at" => string(19) "2016-08-29 09:55:06" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.7248996211652 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3404 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)18 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3403 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Dieselstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(122) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Rutschen, Schaukeln, Sandkasten, Turnstangen, Klettergerüst</p> " "street" => string(13) "Dieselstraße" "street_number" => string(5) "13-15" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24795289999999" "longitude" => string(17) "7.011161899999999" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-15 11:01:23" "created_at" => string(19) "2016-08-29 09:53:31" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.7532955508818 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3403 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Dieselstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(122) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Rutschen, Schaukeln, Sandkasten, Turnstangen, Klettergerüst</p> " "street" => string(13) "Dieselstraße" "street_number" => string(5) "13-15" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24795289999999" "longitude" => string(17) "7.011161899999999" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-15 11:01:23" "created_at" => string(19) "2016-08-29 09:53:31" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.7532955508818 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3403 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)19 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7699 "client_id" => integer 50 "name" => string(36) "Kinderspielplatz Pfarrer-Bleek-Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(19) "Pfarrer-Bleek-Platz" "street_number" => string(0) "" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.24470839416452" "longitude" => string(17) "6.975475116602312" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:04:11" "created_at" => string(19) "2021-06-25 11:40:09" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.8037505659661 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7699 "client_id" => integer 50 "name" => string(36) "Kinderspielplatz Pfarrer-Bleek-Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(19) "Pfarrer-Bleek-Platz" "street_number" => string(0) "" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.24470839416452" "longitude" => string(17) "6.975475116602312" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:04:11" "created_at" => string(19) "2021-06-25 11:40:09" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.8037505659661 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7699 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)20 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7694 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Franzenbrunnen" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(19) "Franz-Marc-Straße " "street_number" => string(0) "" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(0) "" "latitude" => string(18) "49.223230789558365" "longitude" => string(17) "6.979367333204651" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:40:02" "created_at" => string(19) "2021-06-25 11:14:45" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.8373562341394 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7694 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Franzenbrunnen" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(19) "Franz-Marc-Straße " "street_number" => string(0) "" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(0) "" "latitude" => string(18) "49.223230789558365" "longitude" => string(17) "6.979367333204651" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:40:02" "created_at" => string(19) "2021-06-25 11:14:45" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.8373562341394 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7694 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)21 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3391 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Koßmannstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(15) "Koßmannstraße" "street_number" => string(5) "24-28" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(15) "49.221973256054" "longitude" => string(17) "7.010835098286443" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 14:48:39" "created_at" => string(19) "2016-08-29 09:31:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.8595698657863 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3391 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Koßmannstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(15) "Koßmannstraße" "street_number" => string(5) "24-28" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(15) "49.221973256054" "longitude" => string(17) "7.010835098286443" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 14:48:39" "created_at" => string(19) "2016-08-29 09:31:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.8595698657863 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3391 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)22 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 1066 "client_id" => integer 24 "name" => string(30) "Abenteuerspielplatz Meiersdell" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(17) "Bülowstraße 25a" "street_number" => string(0) "" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2452158" "longitude" => string(9) "6.9744183" "phone" => string(16) "+49 681 905 6820" "fax" => string(0) "" "email" => string(30) "asp.meiersdell@saarbruecken.de" "website" => string(0) "" "note" => string(50) "Öffnungszeiten in den Ferien: 11.30 bis 18.30 Uhr" "district" => string(8) "Malstatt" "created_by_user_id" => integer 1 "updated_by_user_id" => integer 342 "updated_at" => string(19) "2026-06-10 15:27:03" "created_at" => string(19) "2014-03-17 17:33:32" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.8989034452329 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 1066 "client_id" => integer 24 "name" => string(30) "Abenteuerspielplatz Meiersdell" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(17) "Bülowstraße 25a" "street_number" => string(0) "" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2452158" "longitude" => string(9) "6.9744183" "phone" => string(16) "+49 681 905 6820" "fax" => string(0) "" "email" => string(30) "asp.meiersdell@saarbruecken.de" "website" => string(0) "" "note" => string(50) "Öffnungszeiten in den Ferien: 11.30 bis 18.30 Uhr" "district" => string(8) "Malstatt" "created_by_user_id" => integer 1 "updated_by_user_id" => integer 342 "updated_at" => string(19) "2026-06-10 15:27:03" "created_at" => string(19) "2014-03-17 17:33:32" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.8989034452329 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1066 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)23 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3373 "client_id" => integer 1 "name" => string(38) "Kinderspielplatz Alte-Kirchhof-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(21) "Alte-Kirchhof-Straße" "street_number" => string(1) "7" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24078811210331" "longitude" => string(17) "6.970192245368962" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 10:42:24" "created_at" => string(19) "2016-08-24 11:08:45" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.964418577223 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3373 "client_id" => integer 1 "name" => string(38) "Kinderspielplatz Alte-Kirchhof-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(21) "Alte-Kirchhof-Straße" "street_number" => string(1) "7" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24078811210331" "longitude" => string(17) "6.970192245368962" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 10:42:24" "created_at" => string(19) "2016-08-24 11:08:45" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.964418577223 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3373 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)24 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7692 "client_id" => integer 50 "name" => string(36) "Kinderspielplatz Breitenbacher Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(19) "Breitenbacher Platz" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23865869999999" "longitude" => string(9) "6.9691139" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:34:51" "created_at" => string(19) "2021-06-25 10:49:08" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.9860604729869 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7692 "client_id" => integer 50 "name" => string(36) "Kinderspielplatz Breitenbacher Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(19) "Breitenbacher Platz" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23865869999999" "longitude" => string(9) "6.9691139" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:34:51" "created_at" => string(19) "2021-06-25 10:49:08" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.9860604729869 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7692 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)25 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3393 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Am Kaninchenberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(16) "Am Kaninchenberg" "street_number" => string(2) "41" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22911968554606" "longitude" => string(17) "7.021621575393668" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 206 "updated_at" => string(19) "2024-06-07 10:31:09" "created_at" => string(19) "2016-08-29 09:34:06" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.9915344692159 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3393 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Am Kaninchenberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(16) "Am Kaninchenberg" "street_number" => string(2) "41" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22911968554606" "longitude" => string(17) "7.021621575393668" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 206 "updated_at" => string(19) "2024-06-07 10:31:09" "created_at" => string(19) "2016-08-29 09:34:06" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 1.9915344692159 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3393 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)26 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3368 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Parsevalstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(181) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Multifunktionsgerät, Sandkasten, Schaukel, Rutsche, Klettermöglic …" "street" => string(49) "Elly-Beinhornstraße/Parsevalstraße/Ordenstreppe" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22855074713032" "longitude" => string(17) "6.969967367736767" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 11:37:31" "created_at" => string(19) "2016-08-24 10:36:07" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.0530716801787 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3368 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Parsevalstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(181) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Multifunktionsgerät, Sandkasten, Schaukel, Rutsche, Klettermöglic …" "street" => string(49) "Elly-Beinhornstraße/Parsevalstraße/Ordenstreppe" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22855074713032" "longitude" => string(17) "6.969967367736767" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 11:37:31" "created_at" => string(19) "2016-08-24 10:36:07" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.0530716801787 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3368 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)27 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3359 "client_id" => integer 1 "name" => string(34) "Kinderspielplatz Heusweilerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(167) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Bolzplatz, Schaukel, Tischtennisplatte, Calisthenics-Anlage, die zum Klette …" "street" => string(17) "Heusweilerstraße" "street_number" => string(5) "31-39" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24621293504644" "longitude" => string(16) "6.97005885026249" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2022-10-18 13:34:09" "created_at" => string(19) "2016-08-23 09:24:28" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.2247569507441 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3359 "client_id" => integer 1 "name" => string(34) "Kinderspielplatz Heusweilerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(167) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Bolzplatz, Schaukel, Tischtennisplatte, Calisthenics-Anlage, die zum Klette …" "street" => string(17) "Heusweilerstraße" "street_number" => string(5) "31-39" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24621293504644" "longitude" => string(16) "6.97005885026249" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2022-10-18 13:34:09" "created_at" => string(19) "2016-08-23 09:24:28" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.2247569507441 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3359 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)28 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3358 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Hambacher Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(114) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Sandkasten, Schaukel, Wippgeräte, Tischtennisplatte</p> " "street" => string(19) "Robert-Blum-Straße" "street_number" => string(0) "" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.244524736951305" "longitude" => string(17) "6.968158487835701" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 11:17:05" "created_at" => string(19) "2016-08-23 09:17:20" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.2547067109661 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3358 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Hambacher Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(114) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Sandkasten, Schaukel, Wippgeräte, Tischtennisplatte</p> " "street" => string(19) "Robert-Blum-Straße" "street_number" => string(0) "" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.244524736951305" "longitude" => string(17) "6.968158487835701" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 11:17:05" "created_at" => string(19) "2016-08-23 09:17:20" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.2547067109661 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3358 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)29 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3367 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Ehrentalweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(118) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Multifunktionsgerät, Rutsche, Klettermöglichkeiten</p> " "street" => string(11) "Ehrentalweg" "street_number" => string(1) "3" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.221529631731116" "longitude" => string(17) "6.970693526458717" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-24 10:53:37" "created_at" => string(19) "2016-08-24 10:29:03" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 2.4204935392347 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3367 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Ehrentalweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(118) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Multifunktionsgerät, Rutsche, Klettermöglichkeiten</p> " "street" => string(11) "Ehrentalweg" "street_number" => string(1) "3" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.221529631731116" "longitude" => string(17) "6.970693526458717" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-24 10:53:37" "created_at" => string(19) "2016-08-24 10:29:03" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 2.4204935392347 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3367 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)30 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 8724 "client_id" => integer 50 "name" => string(29) "Kinderspielplatz Stiftstreppe" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(21) "Saargemünder Straße" "street_number" => string(0) "" "zip" => string(6) "66119 " "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.216237305781426" "longitude" => string(18) "7.015392112318114 " "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 31 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2024-07-17 12:23:06" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.5733871734988 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 8724 "client_id" => integer 50 "name" => string(29) "Kinderspielplatz Stiftstreppe" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(21) "Saargemünder Straße" "street_number" => string(0) "" "zip" => string(6) "66119 " "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.216237305781426" "longitude" => string(18) "7.015392112318114 " "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 31 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2024-07-17 12:23:06" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.5733871734988 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 8724 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)31 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7687 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz Odakerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(13) "Odakerstraße" "street_number" => string(0) "" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.21830098653783" "longitude" => string(18) "7.0197938500152635" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:00:52" "created_at" => string(19) "2021-06-23 14:57:09" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.5852767550934 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7687 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz Odakerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(13) "Odakerstraße" "street_number" => string(0) "" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.21830098653783" "longitude" => string(18) "7.0197938500152635" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:00:52" "created_at" => string(19) "2021-06-23 14:57:09" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.5852767550934 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7687 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)32 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3396 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Lehmkaulweg " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(11) "Lehmkaulweg" "street_number" => string(2) "61" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2140191" "longitude" => string(9) "7.0126314" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-29 09:39:09" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 2.6879844469649 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3396 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Lehmkaulweg " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(11) "Lehmkaulweg" "street_number" => string(2) "61" "zip" => string(5) "66119" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2140191" "longitude" => string(9) "7.0126314" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Arnual" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-29 09:39:09" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 2.6879844469649 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3396 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)33 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 8085 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz am Pulverbach" "supplement" => string(23) "ehemalige Gulliver-Welt" "headline" => string(0) "" "description" => string(161) "<p>Dieser Spielplatz verfügt unter anderem über</p> <p>Wasserspielelemente</p> <p>Kleinkindspielplatz mit Rutsche, W …" "street" => string(20) "Im Deutschmühlental" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22524949652187" "longitude" => string(17) "6.961887834262828" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 31 "updated_by_user_id" => integer 206 "updated_at" => string(19) "2024-02-26 14:21:17" "created_at" => string(19) "2022-10-18 13:22:35" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.7381387644852 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 8085 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz am Pulverbach" "supplement" => string(23) "ehemalige Gulliver-Welt" "headline" => string(0) "" "description" => string(161) "<p>Dieser Spielplatz verfügt unter anderem über</p> <p>Wasserspielelemente</p> <p>Kleinkindspielplatz mit Rutsche, W …" "street" => string(20) "Im Deutschmühlental" "street_number" => string(0) "" "zip" => string(5) "66117" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22524949652187" "longitude" => string(17) "6.961887834262828" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(16) "Alt-Saarbrücken" "created_by_user_id" => integer 31 "updated_by_user_id" => integer 206 "updated_at" => string(19) "2024-02-26 14:21:17" "created_at" => string(19) "2022-10-18 13:22:35" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 2.7381387644852 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 8085 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)34 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3407 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Achenbachstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(16) "Achenbachstraße" "street_number" => string(0) "" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.262220486301025" "longitude" => string(17) "7.005069287310777" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(13) "Jägersfreude" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:26:22" "created_at" => string(19) "2016-08-29 09:59:31" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.0268715183481 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3407 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Achenbachstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(16) "Achenbachstraße" "street_number" => string(0) "" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.262220486301025" "longitude" => string(17) "7.005069287310777" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(13) "Jägersfreude" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:26:22" "created_at" => string(19) "2016-08-29 09:59:31" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.0268715183481 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3407 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)35 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7689 "client_id" => integer 50 "name" => string(34) "Kinderspielplatz Rostocker Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(17) "Rostocker Straße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23743414986547" "longitude" => string(17) "7.038288808459492" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:05:03" "created_at" => string(19) "2021-06-23 15:19:43" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.0713085989108 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7689 "client_id" => integer 50 "name" => string(34) "Kinderspielplatz Rostocker Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(17) "Rostocker Straße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23743414986547" "longitude" => string(17) "7.038288808459492" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:05:03" "created_at" => string(19) "2021-06-23 15:19:43" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.0713085989108 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7689 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)36 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3369 "client_id" => integer 1 "name" => string(23) "Kinderspielplatz Am Hof" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(64) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p> </p> " "street" => string(7) "Am Hof " "street_number" => string(2) "20" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.25877104890921" "longitude" => string(17) "6.972132903041044" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Rußhütte" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 10:42:51" "created_at" => string(19) "2016-08-24 11:02:04" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.1041963372605 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3369 "client_id" => integer 1 "name" => string(23) "Kinderspielplatz Am Hof" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(64) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p> </p> " "street" => string(7) "Am Hof " "street_number" => string(2) "20" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.25877104890921" "longitude" => string(17) "6.972132903041044" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Rußhütte" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 10:42:51" "created_at" => string(19) "2016-08-24 11:02:04" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.1041963372605 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3369 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)37 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7682 "client_id" => integer 50 "name" => string(35) "Kinderspielplatz Hallesche Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(17) "Hallesche Straße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23497517259491" "longitude" => string(17) "7.040096589688125" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:08:04" "created_at" => string(19) "2021-06-23 14:45:36" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.1970057679452 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7682 "client_id" => integer 50 "name" => string(35) "Kinderspielplatz Hallesche Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(17) "Hallesche Straße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23497517259491" "longitude" => string(17) "7.040096589688125" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:08:04" "created_at" => string(19) "2021-06-23 14:45:36" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.1970057679452 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7682 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)38 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3374 "client_id" => integer 1 "name" => string(36) "Kinderspielplatz Odilienbergstraße " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(18) "Odilienbergstraße" "street_number" => string(1) "1" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24706382122137" "longitude" => string(17) "6.955189748618295" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-24 11:10:54" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 3.2285637848602 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3374 "client_id" => integer 1 "name" => string(36) "Kinderspielplatz Odilienbergstraße " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(18) "Odilienbergstraße" "street_number" => string(1) "1" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24706382122137" "longitude" => string(17) "6.955189748618295" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-24 11:10:54" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 3.2285637848602 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3374 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)39 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3406 "client_id" => integer 1 "name" => string(42) "Kinderspielplatz Meerwiesertalweg/Wildpark" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(100) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>großes Klettergerät, Sandkasten</p> " "street" => string(16) "Meerwiesertalweg" "street_number" => string(3) "138" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2526412" "longitude" => string(9) "7.0321592" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:23:40" "created_at" => string(19) "2016-08-29 09:57:05" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.2303350984828 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3406 "client_id" => integer 1 "name" => string(42) "Kinderspielplatz Meerwiesertalweg/Wildpark" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(100) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>großes Klettergerät, Sandkasten</p> " "street" => string(16) "Meerwiesertalweg" "street_number" => string(3) "138" "zip" => string(5) "66123" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2526412" "longitude" => string(9) "7.0321592" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "St. Johann" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:23:40" "created_at" => string(19) "2016-08-29 09:57:05" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.2303350984828 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3406 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)40 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3397 "client_id" => integer 1 "name" => string(35) "Kinderspielplatz In der Helmerswies" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(18) "In der Helmerswies" "street_number" => string(4) "7-11" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22719244109538" "longitude" => string(17) "7.038688684655767" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Schafbrücke" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:40:55" "created_at" => string(19) "2016-08-29 09:43:43" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.2336053791384 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3397 "client_id" => integer 1 "name" => string(35) "Kinderspielplatz In der Helmerswies" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(18) "In der Helmerswies" "street_number" => string(4) "7-11" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.22719244109538" "longitude" => string(17) "7.038688684655767" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Schafbrücke" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:40:55" "created_at" => string(19) "2016-08-29 09:43:43" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.2336053791384 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3397 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)41 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3370 "client_id" => integer 1 "name" => string(35) "Kinderspielplatz Bernkasteler Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(18) "Bernkasteler Platz" "street_number" => string(3) "3-5" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.25653156251976" "longitude" => string(17) "6.964748607409641" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Rastpfuhl" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 10:44:54" "created_at" => string(19) "2016-08-24 11:03:56" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.2507996462059 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3370 "client_id" => integer 1 "name" => string(35) "Kinderspielplatz Bernkasteler Platz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(18) "Bernkasteler Platz" "street_number" => string(3) "3-5" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.25653156251976" "longitude" => string(17) "6.964748607409641" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Rastpfuhl" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-25 10:44:54" "created_at" => string(19) "2016-08-24 11:03:56" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.2507996462059 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3370 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)42 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3371 "client_id" => integer 1 "name" => string(41) "Kinderspielplatz Moselstraße (Rastpfuhl)" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(157) "<p>Ebenso wie die Spielarena Köllertalstraße gehört der oberhalb gelegenen Spielplatz Moselstraße zum …" "street" => string(12) "Moselstraße" "street_number" => string(2) "27" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2519011" "longitude" => string(9) "6.9583992" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Rastpfuhl" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-18 10:24:29" "created_at" => string(19) "2016-08-24 11:05:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.2787036031743 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3371 "client_id" => integer 1 "name" => string(41) "Kinderspielplatz Moselstraße (Rastpfuhl)" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(157) "<p>Ebenso wie die Spielarena Köllertalstraße gehört der oberhalb gelegenen Spielplatz Moselstraße zum …" "street" => string(12) "Moselstraße" "street_number" => string(2) "27" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2519011" "longitude" => string(9) "6.9583992" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Rastpfuhl" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-18 10:24:29" "created_at" => string(19) "2016-08-24 11:05:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.2787036031743 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3371 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)43 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7691 "client_id" => integer 50 "name" => string(32) "Kinderspielplatz Am Rothenbüsch" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(15) "Am Rothenbüsch" "street_number" => string(0) "" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.252149101480875" "longitude" => string(17) "6.958250565467834" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:11:04" "created_at" => string(19) "2021-06-25 10:44:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.302950711544 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7691 "client_id" => integer 50 "name" => string(32) "Kinderspielplatz Am Rothenbüsch" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(15) "Am Rothenbüsch" "street_number" => string(0) "" "zip" => string(5) "66113" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.252149101480875" "longitude" => string(17) "6.958250565467834" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:11:04" "created_at" => string(19) "2021-06-25 10:44:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.302950711544 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7691 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)44 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 8723 "client_id" => integer 50 "name" => string(24) "Kinderspielplatz im Zoo " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(26) "Graf-Stauffenberg-Straße " "street_number" => string(2) "63" "zip" => string(6) "66121 " "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2300736" "longitude" => string(9) "7.0413623" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 31 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2024-07-15 10:58:30" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.3459549506881 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 8723 "client_id" => integer 50 "name" => string(24) "Kinderspielplatz im Zoo " "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(26) "Graf-Stauffenberg-Straße " "street_number" => string(2) "63" "zip" => string(6) "66121 " "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2300736" "longitude" => string(9) "7.0413623" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 31 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2024-07-15 10:58:30" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.3459549506881 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 8723 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)45 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3400 "client_id" => integer 1 "name" => string(24) "Kinderspielplatz Ilmpfad" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(7) "Ilmpfad" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(9) "49.236814" "longitude" => string(9) "7.0431549" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:27:03" "created_at" => string(19) "2016-08-29 09:49:34" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.4206297119611 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3400 "client_id" => integer 1 "name" => string(24) "Kinderspielplatz Ilmpfad" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(7) "Ilmpfad" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(9) "49.236814" "longitude" => string(9) "7.0431549" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:27:03" "created_at" => string(19) "2016-08-29 09:49:34" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.4206297119611 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3400 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)46 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3398 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Goerdelerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(16) "Goerdelerstraße" "street_number" => string(5) "80-90" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(8) "49.22851" "longitude" => string(7) "7.04314" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 14:34:26" "created_at" => string(19) "2016-08-29 09:47:07" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.5080987847295 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3398 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Goerdelerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(16) "Goerdelerstraße" "street_number" => string(5) "80-90" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(8) "49.22851" "longitude" => string(7) "7.04314" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 14:34:26" "created_at" => string(19) "2016-08-29 09:47:07" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.5080987847295 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3398 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)47 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7685 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Memelerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(14) "Memelerstraße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2363505" "longitude" => string(9) "7.0465861" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:24:32" "created_at" => string(19) "2021-06-23 14:53:07" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.6681237681326 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7685 "client_id" => integer 50 "name" => string(31) "Kinderspielplatz Memelerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(14) "Memelerstraße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2363505" "longitude" => string(9) "7.0465861" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:24:32" "created_at" => string(19) "2021-06-23 14:53:07" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.6681237681326 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7685 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)48 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7679 "client_id" => integer 50 "name" => string(27) "Kinderspielplatz Lerchenweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Lerchenweg" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.22706395836779" "longitude" => string(17) "7.045471483605947" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Schafbrücke" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 339 "updated_at" => string(19) "2025-03-11 11:44:01" "created_at" => string(19) "2021-06-23 13:01:52" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.7112847031551 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7679 "client_id" => integer 50 "name" => string(27) "Kinderspielplatz Lerchenweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Lerchenweg" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.22706395836779" "longitude" => string(17) "7.045471483605947" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Schafbrücke" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 339 "updated_at" => string(19) "2025-03-11 11:44:01" "created_at" => string(19) "2021-06-23 13:01:52" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.7112847031551 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7679 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)49 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3436 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Riesenstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(13) "Riesenstraße" "street_number" => string(2) "32" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.21293671830339" "longitude" => string(17) "7.033923988885515" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:02:17" "created_at" => string(19) "2016-08-31 08:38:11" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.7319897013709 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3436 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Riesenstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(13) "Riesenstraße" "street_number" => string(2) "32" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.21293671830339" "longitude" => string(17) "7.033923988885515" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:02:17" "created_at" => string(19) "2016-08-31 08:38:11" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.7319897013709 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3436 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)50 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3384 "client_id" => integer 1 "name" => string(27) "Kinderspielplatz Marktsteig" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Marktsteig" "street_number" => string(2) "1A" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2432118" "longitude" => string(9) "6.9456788" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-11 12:05:43" "created_at" => string(19) "2016-08-29 09:23:55" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.7543918087276 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3384 "client_id" => integer 1 "name" => string(27) "Kinderspielplatz Marktsteig" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Marktsteig" "street_number" => string(2) "1A" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2432118" "longitude" => string(9) "6.9456788" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-11 12:05:43" "created_at" => string(19) "2016-08-29 09:23:55" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.7543918087276 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3384 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)51 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3401 "client_id" => integer 1 "name" => string(34) "Kinderspielplatz Stettiner Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(17) "Stettiner Straße" "street_number" => string(2) "20" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.233319400222896" "longitude" => string(17) "7.048124261901858" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 15:20:47" "created_at" => string(19) "2016-08-29 09:50:57" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.7878631295478 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3401 "client_id" => integer 1 "name" => string(34) "Kinderspielplatz Stettiner Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(17) "Stettiner Straße" "street_number" => string(2) "20" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.233319400222896" "longitude" => string(17) "7.048124261901858" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Eschberg" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 15:20:47" "created_at" => string(19) "2016-08-29 09:50:57" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.7878631295478 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3401 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)52 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7709 "client_id" => integer 50 "name" => string(27) "Kinderspielplatz Ottstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Ottstraße" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.24947839981981" "longitude" => string(17) "6.947933442852801" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:02:20" "created_at" => string(19) "2021-06-28 16:05:11" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.8186215945962 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7709 "client_id" => integer 50 "name" => string(27) "Kinderspielplatz Ottstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Ottstraße" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.24947839981981" "longitude" => string(17) "6.947933442852801" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:02:20" "created_at" => string(19) "2021-06-28 16:05:11" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.8186215945962 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7709 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)53 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7668 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz Mozartstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(13) "Mozartstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.269402487800924" "longitude" => string(16) "7.00677676455689" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(13) "Jägersfreude" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:30:51" "created_at" => string(19) "2021-06-23 11:24:23" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.8337397898592 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7668 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz Mozartstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(13) "Mozartstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.269402487800924" "longitude" => string(16) "7.00677676455689" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(13) "Jägersfreude" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:30:51" "created_at" => string(19) "2021-06-23 11:24:23" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.8337397898592 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7668 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)54 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3411 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Friedhofstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(168) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> <p><span style="line-height: 20.8px; …" "street" => string(15) "Friedhofstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2695149" "longitude" => string(9) "7.0074102" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-31 09:52:53" "created_at" => string(19) "2016-08-30 08:26:45" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 3.8555283223433 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3411 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Friedhofstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(168) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> <p><span style="line-height: 20.8px; …" "street" => string(15) "Friedhofstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2695149" "longitude" => string(9) "7.0074102" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-31 09:52:53" "created_at" => string(19) "2016-08-30 08:26:45" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 3.8555283223433 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3411 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)55 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7705 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Burbacher Saarwiesen" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(16) "Burbacherstraße" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(8) "49.23897" "longitude" => string(8) "6.942567" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-17 12:15:18" "created_at" => string(19) "2021-06-28 15:16:39" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.9024524615489 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7705 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Burbacher Saarwiesen" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(16) "Burbacherstraße" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(8) "49.23897" "longitude" => string(8) "6.942567" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-17 12:15:18" "created_at" => string(19) "2021-06-28 15:16:39" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 3.9024524615489 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7705 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)56 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7708 "client_id" => integer 50 "name" => string(35) "Kinderspielplatz Pfaffenkopfstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Im Malhofen" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.246400168913866" "longitude" => string(17) "6.942536427508528" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:40:48" "created_at" => string(19) "2021-06-28 15:54:46" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.0667675435062 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7708 "client_id" => integer 50 "name" => string(35) "Kinderspielplatz Pfaffenkopfstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Im Malhofen" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.246400168913866" "longitude" => string(17) "6.942536427508528" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:40:48" "created_at" => string(19) "2021-06-28 15:54:46" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.0667675435062 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7708 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)57 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7676 "client_id" => integer 50 "name" => string(34) "Kinderspielplatz Hirschbergstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(17) "Hirschbergstraße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2336129" "longitude" => string(17) "7.053444799999999" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Schafbrücke" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:45:37" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.1714509981036 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7676 "client_id" => integer 50 "name" => string(34) "Kinderspielplatz Hirschbergstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(17) "Hirschbergstraße" "street_number" => string(0) "" "zip" => string(5) "66121" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2336129" "longitude" => string(17) "7.053444799999999" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Schafbrücke" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:45:37" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.1714509981036 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7676 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)58 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3409 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz am Lindenplatz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(106) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Sandkasten, Tischtennisplatte, Schaukel, Rutsche</p> " "street" => string(14) "Am Lindenplatz" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.27023298826672" "longitude" => string(17) "7.018390774868757" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:30:16" "created_at" => string(19) "2016-08-30 08:24:45" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.1736550354323 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3409 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz am Lindenplatz" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(106) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Sandkasten, Tischtennisplatte, Schaukel, Rutsche</p> " "street" => string(14) "Am Lindenplatz" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.27023298826672" "longitude" => string(17) "7.018390774868757" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:30:16" "created_at" => string(19) "2016-08-30 08:24:45" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.1736550354323 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3409 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)59 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3388 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Fenner Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(14) "Fenner Straße" "street_number" => string(5) "40-68" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24359908326875" "longitude" => string(17) "6.939426479762281" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:21:01" "created_at" => string(19) "2016-08-29 09:28:49" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.206810329405 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3388 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Fenner Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(14) "Fenner Straße" "street_number" => string(5) "40-68" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.24359908326875" "longitude" => string(17) "6.939426479762281" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:21:01" "created_at" => string(19) "2016-08-29 09:28:49" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.206810329405 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3388 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)60 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 4131 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Bergstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Bergstraße" "street_number" => string(1) "6" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2725695" "longitude" => string(9) "7.0142938" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Herrensohr" "created_by_user_id" => integer 206 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:32:25" "created_at" => string(19) "2019-02-12 11:25:23" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.3140212836306 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 4131 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Bergstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Bergstraße" "street_number" => string(1) "6" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2725695" "longitude" => string(9) "7.0142938" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Herrensohr" "created_by_user_id" => integer 206 "updated_by_user_id" => integer 31 "updated_at" => string(19) "2024-07-10 12:32:25" "created_at" => string(19) "2019-02-12 11:25:23" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.3140212836306 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 4131 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)61 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3386 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Lindenhofstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(16) "Lindenhofstraße" "street_number" => string(5) "18-32" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2503345" "longitude" => string(9) "6.9405042" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-29 09:26:19" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 4.3524926181631 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3386 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Lindenhofstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(16) "Lindenhofstraße" "street_number" => string(5) "18-32" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2503345" "longitude" => string(9) "6.9405042" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-29 09:26:19" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 4.3524926181631 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3386 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)62 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7168 "client_id" => integer 50 "name" => string(18) "Spielplatz Brebach" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "Saarbrücker Straße" "street_number" => string(0) "" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.21157729999999" "longitude" => string(9) "7.0436903" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Brebach" "created_by_user_id" => integer 206 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2020-06-29 16:37:32" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.3721850212844 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7168 "client_id" => integer 50 "name" => string(18) "Spielplatz Brebach" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "Saarbrücker Straße" "street_number" => string(0) "" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.21157729999999" "longitude" => string(9) "7.0436903" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Brebach" "created_by_user_id" => integer 206 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2020-06-29 16:37:32" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.3721850212844 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7168 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)63 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3439 "client_id" => integer 1 "name" => string(37) "Kinderspielplatz Saarbrücker Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(20) "Saarbrücker Straße" "street_number" => string(3) "126" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.21106776269895" "longitude" => string(18) "7.0437611465881345" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:02:51" "created_at" => string(19) "2016-08-31 08:40:58" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.4111376509805 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3439 "client_id" => integer 1 "name" => string(37) "Kinderspielplatz Saarbrücker Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(20) "Saarbrücker Straße" "street_number" => string(3) "126" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.21106776269895" "longitude" => string(18) "7.0437611465881345" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:02:51" "created_at" => string(19) "2016-08-31 08:40:58" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.4111376509805 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3439 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)64 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7706 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Burbacher Waldweiher" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "Burbacher Waldweiher" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.25555287416729" "longitude" => string(17) "6.943128957780456" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:37:48" "created_at" => string(19) "2021-06-28 15:18:50" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.435599551091 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7706 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Burbacher Waldweiher" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "Burbacher Waldweiher" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.25555287416729" "longitude" => string(17) "6.943128957780456" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 15:37:48" "created_at" => string(19) "2021-06-28 15:18:50" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.435599551091 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7706 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)65 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3383 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Im Weyerbachtal" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(12) "Weyerbachtal" "street_number" => string(2) "30" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(8) "49.25524" "longitude" => string(7) "6.94284" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-29 09:23:01" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 4.4366041111481 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3383 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Im Weyerbachtal" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(12) "Weyerbachtal" "street_number" => string(2) "30" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(8) "49.25524" "longitude" => string(7) "6.94284" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-29 09:23:01" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 4.4366041111481 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3383 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)66 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3437 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Bahnstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Bahnstraße" "street_number" => string(2) "29" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.202701192147316" "longitude" => string(17) "7.030895388360587" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Güdingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:11:22" "created_at" => string(19) "2016-08-31 08:39:20" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.4508573844933 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3437 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Bahnstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Bahnstraße" "street_number" => string(2) "29" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.202701192147316" "longitude" => string(17) "7.030895388360587" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Güdingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:11:22" "created_at" => string(19) "2016-08-31 08:39:20" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.4508573844933 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3437 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)67 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3438 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Hochstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Hochstraße" "street_number" => string(5) "56-60" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.20705513001241" "longitude" => string(17) "7.039826684933459" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Güdingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:47:46" "created_at" => string(19) "2016-08-31 08:40:09" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.4943161497881 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3438 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Hochstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Hochstraße" "street_number" => string(5) "56-60" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.20705513001241" "longitude" => string(17) "7.039826684933459" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Güdingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:47:46" "created_at" => string(19) "2016-08-31 08:40:09" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.4943161497881 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3438 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)68 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3382 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Petrusstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(71) "<p>Auf dem Spielplatz gibt es:</p> <p>Schaukel, Tischtennisplatte</p> " "street" => string(13) "Petrusstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.274431800582846" "longitude" => string(18) "7.0168354890243645" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Herrensohr" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:30:35" "created_at" => string(19) "2016-08-29 09:21:24" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.5690391454228 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3382 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Petrusstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(71) "<p>Auf dem Spielplatz gibt es:</p> <p>Schaukel, Tischtennisplatte</p> " "street" => string(13) "Petrusstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.274431800582846" "longitude" => string(18) "7.0168354890243645" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Herrensohr" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:30:35" "created_at" => string(19) "2016-08-29 09:21:24" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.5690391454228 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3382 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)69 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3412 "client_id" => integer 1 "name" => string(37) "Kinderspielplatz Bodelschwinghstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(222) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> <p><span style="line-height: 20.8px; …" "street" => string(20) "Bodelschwinghstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.268892529098416" "longitude" => string(17) "7.033485380287154" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:29:00" "created_at" => string(19) "2016-08-30 08:28:00" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.5873883918401 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3412 "client_id" => integer 1 "name" => string(37) "Kinderspielplatz Bodelschwinghstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(222) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> <p><span style="line-height: 20.8px; …" "street" => string(20) "Bodelschwinghstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.268892529098416" "longitude" => string(17) "7.033485380287154" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:29:00" "created_at" => string(19) "2016-08-30 08:28:00" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.5873883918401 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3412 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)70 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3390 "client_id" => integer 1 "name" => string(35) "Kinderspielplatz An der Spielschule" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(18) "An der Spielschule" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2515899" "longitude" => string(9) "6.9346771" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:21:48" "created_at" => string(19) "2016-08-29 09:30:18" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.7970073653473 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3390 "client_id" => integer 1 "name" => string(35) "Kinderspielplatz An der Spielschule" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(18) "An der Spielschule" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2515899" "longitude" => string(9) "6.9346771" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:21:48" "created_at" => string(19) "2016-08-29 09:30:18" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.7970073653473 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3390 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)71 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3413 "client_id" => integer 1 "name" => string(39) "Kinderspielplatz Richard-Wagner-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(22) "Richard-Wagner-Straße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(9) "49.265146" "longitude" => string(9) "7.0450374" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-31 10:43:35" "created_at" => string(19) "2016-08-30 08:29:02" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 4.8367361100568 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3413 "client_id" => integer 1 "name" => string(39) "Kinderspielplatz Richard-Wagner-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(22) "Richard-Wagner-Straße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(9) "49.265146" "longitude" => string(9) "7.0450374" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-31 10:43:35" "created_at" => string(19) "2016-08-30 08:29:02" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 4.8367361100568 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3413 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)72 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7670 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz Scheidt Mitte" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(9) "Höhenweg" "street_number" => string(0) "" "zip" => string(5) "66133" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23305728041436" "longitude" => string(17) "7.062832710311886" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Scheidt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 11:44:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.8555044915786 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7670 "client_id" => integer 50 "name" => string(30) "Kinderspielplatz Scheidt Mitte" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(9) "Höhenweg" "street_number" => string(0) "" "zip" => string(5) "66133" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.23305728041436" "longitude" => string(17) "7.062832710311886" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Scheidt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 11:44:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.8555044915786 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7670 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)73 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3410 "client_id" => integer 1 "name" => string(35) "Kinderspielplatz Schlachthofstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(168) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> <p><span style="line-height: 20.8px; …" "street" => string(18) "Schlachthofstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.27566158311593" "longitude" => string(17) "7.025742280426024" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:46:54" "created_at" => string(19) "2016-08-30 08:25:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.9436978624875 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3410 "client_id" => integer 1 "name" => string(35) "Kinderspielplatz Schlachthofstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(168) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> <p><span style="line-height: 20.8px; …" "street" => string(18) "Schlachthofstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.27566158311593" "longitude" => string(17) "7.025742280426024" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:46:54" "created_at" => string(19) "2016-08-30 08:25:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 4.9436978624875 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3410 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)74 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3429 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Am Hasenbühl" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(13) "Am Hasenbühl" "street_number" => string(2) "35" "zip" => string(5) "66128" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(8) "49.23004" "longitude" => string(7) "6.92727" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Gersweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-30 14:41:37" "created_at" => string(19) "2016-08-30 14:41:06" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.0345458327461 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3429 "client_id" => integer 1 "name" => string(30) "Kinderspielplatz Am Hasenbühl" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(13) "Am Hasenbühl" "street_number" => string(2) "35" "zip" => string(5) "66128" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(8) "49.23004" "longitude" => string(7) "6.92727" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Gersweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-30 14:41:37" "created_at" => string(19) "2016-08-30 14:41:06" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.0345458327461 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3429 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)75 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3442 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Unnerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Unnerstraße" "street_number" => string(1) "2" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.1930099" "longitude" => string(9) "7.0250196" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Güdingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:18:24" "created_at" => string(19) "2016-08-31 08:44:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.1855331159612 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3442 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Unnerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Unnerstraße" "street_number" => string(1) "2" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.1930099" "longitude" => string(9) "7.0250196" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Güdingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:18:24" "created_at" => string(19) "2016-08-31 08:44:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.1855331159612 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3442 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)76 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3381 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Büchelstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(101) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Sandkasten, Schaukeln, Rutsche, Drehkreisel</p> " "street" => string(14) "Büchelstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2748975" "longitude" => string(8) "7.035114" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-29 09:18:47" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.2041079833391 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3381 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Büchelstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(101) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Sandkasten, Schaukeln, Rutsche, Drehkreisel</p> " "street" => string(14) "Büchelstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2748975" "longitude" => string(8) "7.035114" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-29 09:18:47" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.2041079833391 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3381 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)77 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3414 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Solferinostraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(94) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Multifunktionsgerät, Sandkasten</p> " "street" => string(16) "Solferinostraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.26933446799384" "longitude" => string(17) "7.046715592312642" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:47:47" "created_at" => string(19) "2016-08-30 08:29:15" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.2484746145856 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3414 "client_id" => integer 1 "name" => string(33) "Kinderspielplatz Solferinostraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(94) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Multifunktionsgerät, Sandkasten</p> " "street" => string(16) "Solferinostraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.26933446799384" "longitude" => string(17) "7.046715592312642" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:47:47" "created_at" => string(19) "2016-08-30 08:29:15" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.2484746145856 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3414 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)78 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3434 "client_id" => integer 1 "name" => string(43) "Kinderspielplatz Am Sportplatz Bischmisheim" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(13) "Am Sportplatz" "street_number" => string(3) "4-6" "zip" => string(5) "66132" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.21192898399963" "longitude" => string(17) "7.059734625794998" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Bischmisheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:05:25" "created_at" => string(19) "2016-08-30 14:55:43" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.322016865984 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3434 "client_id" => integer 1 "name" => string(43) "Kinderspielplatz Am Sportplatz Bischmisheim" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(13) "Am Sportplatz" "street_number" => string(3) "4-6" "zip" => string(5) "66132" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.21192898399963" "longitude" => string(17) "7.059734625794998" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Bischmisheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:05:25" "created_at" => string(19) "2016-08-30 14:55:43" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.322016865984 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3434 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)79 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7667 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Am Anger Bürgerhaus" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(8) "Am Markt" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.274980695932044" "longitude" => string(17) "7.038841464418049" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 11:18:11" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.3637372852599 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7667 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Am Anger Bürgerhaus" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(8) "Am Markt" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.274980695932044" "longitude" => string(17) "7.038841464418049" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 11:18:11" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.3637372852599 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7667 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)80 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7669 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Scheidterbergstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "Scheidterbergstraße" "street_number" => string(0) "" "zip" => string(5) "66133" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.240129549515245" "longitude" => string(16) "7.07058525057068" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Scheidt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 11:38:17" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.4324916780702 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7669 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Scheidterbergstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "Scheidterbergstraße" "street_number" => string(0) "" "zip" => string(5) "66133" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.240129549515245" "longitude" => string(16) "7.07058525057068" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Scheidt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 11:38:17" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.4324916780702 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7669 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)81 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3433 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Auf Gierspel" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Auf Gierspel" "street_number" => string(2) "43" "zip" => string(5) "66132" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.21496433377664" "longitude" => string(17) "7.064085568786595" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Bischmisheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:09:56" "created_at" => string(19) "2016-08-30 14:54:11" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.4477446839794 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3433 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Auf Gierspel" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Auf Gierspel" "street_number" => string(2) "43" "zip" => string(5) "66132" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.21496433377664" "longitude" => string(17) "7.064085568786595" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Bischmisheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:09:56" "created_at" => string(19) "2016-08-30 14:54:11" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.4477446839794 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3433 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)82 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3415 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Wilhelmstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(114) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Klettergerüst, Schaukel, Wippe, Sandkasten, Rutsche</p> " "street" => string(14) "Wilhelmstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.27856612330046" "longitude" => string(17) "7.032408772352592" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:55:22" "created_at" => string(19) "2016-08-30 08:29:56" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.4530828519311 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3415 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Wilhelmstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(114) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Klettergerüst, Schaukel, Wippe, Sandkasten, Rutsche</p> " "street" => string(14) "Wilhelmstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.27856612330046" "longitude" => string(17) "7.032408772352592" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:55:22" "created_at" => string(19) "2016-08-30 08:29:56" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.4530828519311 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3415 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)83 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3375 "client_id" => integer 1 "name" => string(23) "Kinderspielplatz Emsweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(6) "Emsweg" "street_number" => string(1) "2" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2485009" "longitude" => string(8) "6.923516" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-24 11:18:07" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.458159659758 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3375 "client_id" => integer 1 "name" => string(23) "Kinderspielplatz Emsweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(6) "Emsweg" "street_number" => string(1) "2" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2485009" "longitude" => string(8) "6.923516" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-24 11:18:07" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.458159659758 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3375 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)84 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3428 "client_id" => integer 1 "name" => string(36) "Kinderspielplatz Krughütter Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(19) "Krughütter Straße" "street_number" => string(2) "35" "zip" => string(5) "66128" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23056527378229" "longitude" => string(17) "6.920882052331545" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Gersweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:23:03" "created_at" => string(19) "2016-08-30 14:39:50" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.4887648365043 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3428 "client_id" => integer 1 "name" => string(36) "Kinderspielplatz Krughütter Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(19) "Krughütter Straße" "street_number" => string(2) "35" "zip" => string(5) "66128" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23056527378229" "longitude" => string(17) "6.920882052331545" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Gersweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:23:03" "created_at" => string(19) "2016-08-30 14:39:50" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.4887648365043 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3428 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)85 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3432 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Zum Grumbach" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Zum Grumbach" "street_number" => string(0) "" "zip" => string(5) "66133" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2401265" "longitude" => string(9) "7.0715535" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Scheidt" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-30 14:52:54" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.5024636573496 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3432 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Zum Grumbach" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Zum Grumbach" "street_number" => string(0) "" "zip" => string(5) "66133" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2401265" "longitude" => string(9) "7.0715535" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Scheidt" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-30 14:52:54" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.5024636573496 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3432 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)86 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 4151 "client_id" => integer 1 "name" => string(21) "Spielplatz Matzenberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Matzenberg" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.248630410043056" "longitude" => string(17) "6.922621179068007" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 206 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 16:01:09" "created_at" => string(19) "2019-03-27 13:51:56" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.5246173290347 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 4151 "client_id" => integer 1 "name" => string(21) "Spielplatz Matzenberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Matzenberg" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.248630410043056" "longitude" => string(17) "6.922621179068007" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Burbach" "created_by_user_id" => integer 206 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 16:01:09" "created_at" => string(19) "2019-03-27 13:51:56" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.5246173290347 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 4151 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)87 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3376 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Pfählerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p>Auf dem Spielplatz gibt es unter anderem: </p> <p>Schaukel, Wippe, Sandkasten</p> " "street" => string(15) "Pfählerstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.280884403848866" "longitude" => string(17) "7.027751897869848" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:33:08" "created_at" => string(19) "2016-08-25 09:17:50" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.5312851993269 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3376 "client_id" => integer 1 "name" => string(32) "Kinderspielplatz Pfählerstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p>Auf dem Spielplatz gibt es unter anderem: </p> <p>Schaukel, Wippe, Sandkasten</p> " "street" => string(15) "Pfählerstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.280884403848866" "longitude" => string(17) "7.027751897869848" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:33:08" "created_at" => string(19) "2016-08-25 09:17:50" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.5312851993269 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3376 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)88 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3408 "client_id" => integer 1 "name" => string(36) "Kinderspielplatz Stadtpark Dudweiler" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(192) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> <p><span style="line-height: 20.8px; …" "street" => string(21) "St. Ingberter Straße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.277812405710556" "longitude" => string(17) "7.040340180751046" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:48:26" "created_at" => string(19) "2016-08-29 10:01:19" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.684195157602 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3408 "client_id" => integer 1 "name" => string(36) "Kinderspielplatz Stadtpark Dudweiler" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(192) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> <p><span style="line-height: 20.8px; …" "street" => string(21) "St. Ingberter Straße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.277812405710556" "longitude" => string(17) "7.040340180751046" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:48:26" "created_at" => string(19) "2016-08-29 10:01:19" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.684195157602 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3408 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)89 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3435 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Bornshübel" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Bornshübel" "street_number" => string(4) "6-10" "zip" => string(5) "66132" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.220813650363894" "longitude" => string(17) "7.071374007934537" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Bischmisheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:11:39" "created_at" => string(19) "2016-08-30 14:56:49" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.7109632440758 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3435 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Bornshübel" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Bornshübel" "street_number" => string(4) "6-10" "zip" => string(5) "66132" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.220813650363894" "longitude" => string(17) "7.071374007934537" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(12) "Bischmisheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:11:39" "created_at" => string(19) "2016-08-30 14:56:49" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.7109632440758 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3435 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)90 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3417 "client_id" => integer 1 "name" => string(47) "Kinderspielplatz Pfaffenkopfstraße (Dudweiler)" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(107) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Klettergeräte, Rutsche, Sandkasten, Schaukel</p> " "street" => string(18) "Pfaffenkopfstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.27304099742027" "longitude" => string(17) "7.052573824081407" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:26:02" "created_at" => string(19) "2016-08-30 08:31:47" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.8403565248142 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3417 "client_id" => integer 1 "name" => string(47) "Kinderspielplatz Pfaffenkopfstraße (Dudweiler)" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(107) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Klettergeräte, Rutsche, Sandkasten, Schaukel</p> " "street" => string(18) "Pfaffenkopfstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.27304099742027" "longitude" => string(17) "7.052573824081407" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:26:02" "created_at" => string(19) "2016-08-30 08:31:47" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.8403565248142 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3417 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)91 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3377 "client_id" => integer 1 "name" => string(27) "Kinderspielplatz Sudstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(135) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Klettergerüst, Schaukeln, Sandkasten, Rutschen, Multifunktionsgerä …" "street" => string(10) "Sudstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2814218" "longitude" => string(9) "7.0377324" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-25 09:22:37" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.9206827020017 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3377 "client_id" => integer 1 "name" => string(27) "Kinderspielplatz Sudstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(135) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Klettergerüst, Schaukeln, Sandkasten, Rutschen, Multifunktionsgerä …" "street" => string(10) "Sudstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2814218" "longitude" => string(9) "7.0377324" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-25 09:22:37" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 5.9206827020017 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3377 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)92 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7671 "client_id" => integer 50 "name" => string(32) "Kinderspielplatz Tierbachstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(15) "Tierbachstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.282439939914454" "longitude" => string(17) "7.037224404368585" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:52:50" "created_at" => string(19) "2021-06-23 11:52:34" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.9998535073791 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7671 "client_id" => integer 50 "name" => string(32) "Kinderspielplatz Tierbachstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(15) "Tierbachstraße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.282439939914454" "longitude" => string(17) "7.037224404368585" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:52:50" "created_at" => string(19) "2021-06-23 11:52:34" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 5.9998535073791 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7671 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)93 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7704 "client_id" => integer 50 "name" => string(33) "Kinderspielplatz Beethovenstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(16) "Beethovenstraße" "street_number" => string(0) "" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.24907957373088" "longitude" => string(18) "6.9133449962951765" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-28 15:13:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.1889505481291 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7704 "client_id" => integer 50 "name" => string(33) "Kinderspielplatz Beethovenstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(16) "Beethovenstraße" "street_number" => string(0) "" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.24907957373088" "longitude" => string(18) "6.9133449962951765" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-28 15:13:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.1889505481291 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7704 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)94 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3440 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Im Hofgarten" "supplement" => string(0) "" "headline" => string(9) "Hinweis: " "description" => string(83) "<p>Der Spielplatz ist aktuell gesperrt. Grund sind aktuelle Bauarbeiten. </p> " "street" => string(12) "Im Hofgarten" "street_number" => string(3) "4-8" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.201260385594104" "longitude" => string(17) "7.063221417860395" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 342 "updated_at" => string(19) "2026-04-21 12:41:54" "created_at" => string(19) "2016-08-31 08:42:10" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.1965370545332 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3440 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Im Hofgarten" "supplement" => string(0) "" "headline" => string(9) "Hinweis: " "description" => string(83) "<p>Der Spielplatz ist aktuell gesperrt. Grund sind aktuelle Bauarbeiten. </p> " "street" => string(12) "Im Hofgarten" "street_number" => string(3) "4-8" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.201260385594104" "longitude" => string(17) "7.063221417860395" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 342 "updated_at" => string(19) "2026-04-21 12:41:54" "created_at" => string(19) "2016-08-31 08:42:10" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.1965370545332 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3440 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)95 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7698 "client_id" => integer 50 "name" => string(29) "Kinderspielplatz Netzbachtal" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Netzbachtal" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.290884214283196" "longitude" => string(17) "7.012489208950803" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:09:11" "created_at" => string(19) "2021-06-25 11:37:09" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.2572977273651 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7698 "client_id" => integer 50 "name" => string(29) "Kinderspielplatz Netzbachtal" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Netzbachtal" "street_number" => string(0) "" "zip" => string(5) "66115" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.290884214283196" "longitude" => string(17) "7.012489208950803" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(8) "Malstatt" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 338 "updated_at" => string(19) "2023-06-27 14:09:11" "created_at" => string(19) "2021-06-25 11:37:09" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.2572977273651 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7698 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)96 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3422 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Ringstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(11) "Ringstraße" "street_number" => string(5) "12-14" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.249379793121314" "longitude" => string(17) "6.912479460188251" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-30 14:32:58" "created_at" => string(19) "2016-08-30 14:32:21" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 6.2579913524348 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3422 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Ringstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(11) "Ringstraße" "street_number" => string(5) "12-14" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.249379793121314" "longitude" => string(17) "6.912479460188251" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-30 14:32:58" "created_at" => string(19) "2016-08-30 14:32:21" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 6.2579913524348 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3422 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)97 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3378 "client_id" => integer 1 "name" => string(40) "Kinderspielplatz Schwester-Marie-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(108) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Schaukel, Wippgeräte, Sandkasten, Turnstangen</p> " "street" => string(23) "Schwester-Marie-Straße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.28809860350519" "longitude" => string(17) "7.031047193392972" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:47:20" "created_at" => string(19) "2016-08-25 09:30:37" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.3612780900985 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3378 "client_id" => integer 1 "name" => string(40) "Kinderspielplatz Schwester-Marie-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(108) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Schaukel, Wippgeräte, Sandkasten, Turnstangen</p> " "street" => string(23) "Schwester-Marie-Straße" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.28809860350519" "longitude" => string(17) "7.031047193392972" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:47:20" "created_at" => string(19) "2016-08-25 09:30:37" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.3612780900985 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3378 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)98 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3416 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Auf den Kitten" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(130) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Sandkasten, Schaukel, Rutsche, Klettergerüst, Turnstangen, Seilbahn</p …" "street" => string(14) "Auf den Kitten" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.28364093843623" "longitude" => string(16) "7.04472845291749" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:29:33" "created_at" => string(19) "2016-08-30 08:30:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.3995798465545 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3416 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Auf den Kitten" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(130) "<p>Auf dem Spielplatz gibt es unter anderem:</p> <p>Sandkasten, Schaukel, Rutsche, Klettergerüst, Turnstangen, Seilbahn</p …" "street" => string(14) "Auf den Kitten" "street_number" => string(0) "" "zip" => string(5) "66125" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.28364093843623" "longitude" => string(16) "7.04472845291749" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Dudweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 11:29:33" "created_at" => string(19) "2016-08-30 08:30:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.3995798465545 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3416 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)99 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7675 "client_id" => integer 50 "name" => string(26) "Kinderspielplatz Hasenberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(13) "Zum Hasenberg" "street_number" => string(0) "" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(16) "49.2010898894727" "longitude" => string(17) "7.067369056622317" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:40:34" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.4475900795217 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7675 "client_id" => integer 50 "name" => string(26) "Kinderspielplatz Hasenberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(13) "Zum Hasenberg" "street_number" => string(0) "" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(16) "49.2010898894727" "longitude" => string(17) "7.067369056622317" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:40:34" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.4475900795217 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7675 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)100 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7725 "client_id" => integer 50 "name" => string(36) "Kinderspielplatz Rathaus Altenkessel" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Krausegasse" "street_number" => string(0) "" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.261098801778296" "longitude" => string(17) "6.916041383605966" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-07-09 15:01:58" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.46240930266 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7725 "client_id" => integer 50 "name" => string(36) "Kinderspielplatz Rathaus Altenkessel" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(11) "Krausegasse" "street_number" => string(0) "" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(18) "49.261098801778296" "longitude" => string(17) "6.916041383605966" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-07-09 15:01:58" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.46240930266 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7725 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)101 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3430 "client_id" => integer 1 "name" => string(41) "Kinderspielplatz Moselstraße (Bübingen)" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Moselstraße" "street_number" => string(2) "13" "zip" => string(5) "66129" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.18504764194421" "longitude" => string(18) "7.0407481937790095" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Bübingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:16:52" "created_at" => string(19) "2016-08-30 14:43:57" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.4944552826918 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3430 "client_id" => integer 1 "name" => string(41) "Kinderspielplatz Moselstraße (Bübingen)" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Moselstraße" "street_number" => string(2) "13" "zip" => string(5) "66129" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.18504764194421" "longitude" => string(18) "7.0407481937790095" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Bübingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 12:16:52" "created_at" => string(19) "2016-08-30 14:43:57" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.4944552826918 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3430 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)102 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3421 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Lessingstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(14) "Lessingstraße" "street_number" => string(1) "8" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.25430736013932" "longitude" => string(18) "6.9107282054183905" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:23:30" "created_at" => string(19) "2016-08-30 14:31:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.5339327424302 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3421 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz Lessingstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(14) "Lessingstraße" "street_number" => string(1) "8" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.25430736013932" "longitude" => string(18) "6.9107282054183905" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:23:30" "created_at" => string(19) "2016-08-30 14:31:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.5339327424302 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3421 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)103 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3441 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Schulstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Schulstraße" "street_number" => string(5) "22-28" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.20102467210537" "longitude" => string(17) "7.068842061376927" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-31 08:43:28" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 6.5380894621641 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3441 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Schulstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(12) "Schulstraße" "street_number" => string(5) "22-28" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.20102467210537" "longitude" => string(17) "7.068842061376927" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(17) "Brebach-Fechingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-31 08:43:28" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 6.5380894621641 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3441 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)104 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3424 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Aschbachring" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Aschbaching" "street_number" => string(5) "39-47" "zip" => string(5) "66127" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.233568079853654" "longitude" => string(18) "6.9052313779792485" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Klarenthal" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:02:13" "created_at" => string(19) "2016-08-30 14:34:50" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.5998754770065 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3424 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Aschbachring" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Aschbaching" "street_number" => string(5) "39-47" "zip" => string(5) "66127" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.233568079853654" "longitude" => string(18) "6.9052313779792485" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Klarenthal" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:02:13" "created_at" => string(19) "2016-08-30 14:34:50" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.5998754770065 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3424 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)105 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3427 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz An der Rotheck" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(14) "An der Rotheck" "street_number" => string(0) "" "zip" => string(5) "66128" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23908006618431" "longitude" => string(17) "6.905298806151574" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Gersweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:01:33" "created_at" => string(19) "2016-08-30 14:39:36" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.6016830566545 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3427 "client_id" => integer 1 "name" => string(31) "Kinderspielplatz An der Rotheck" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(14) "An der Rotheck" "street_number" => string(0) "" "zip" => string(5) "66128" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(17) "49.23908006618431" "longitude" => string(17) "6.905298806151574" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Gersweiler" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:01:33" "created_at" => string(19) "2016-08-30 14:39:36" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.6016830566545 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3427 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)106 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3420 "client_id" => integer 1 "name" => string(25) "Kinderspielplatz Amselweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(8) "Amselweg" "street_number" => string(1) "2" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2638714" "longitude" => string(9) "6.9136897" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-30 14:31:17" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 6.753795359396 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3420 "client_id" => integer 1 "name" => string(25) "Kinderspielplatz Amselweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(8) "Amselweg" "street_number" => string(1) "2" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2638714" "longitude" => string(9) "6.9136897" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-30 14:31:17" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 6.753795359396 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3420 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)107 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7724 "client_id" => integer 50 "name" => string(27) "Kinderspielplatz Lumpenberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(8) "Amselweg" "street_number" => string(0) "" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2634863" "longitude" => string(17) "6.912384599999999" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-07-09 14:59:28" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.8182797882377 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7724 "client_id" => integer 50 "name" => string(27) "Kinderspielplatz Lumpenberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(8) "Amselweg" "street_number" => string(0) "" "zip" => string(5) "66126" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2634863" "longitude" => string(17) "6.912384599999999" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(11) "Altenkessel" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-07-09 14:59:28" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 6.8182797882377 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7724 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)108 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3426 "client_id" => integer 1 "name" => string(25) "Kinderspielplatz Götzweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(8) "Götzweg" "street_number" => string(4) "9-15" "zip" => string(5) "66127" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.226066341904186" "longitude" => string(17) "6.899786080425997" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Klarenthal" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:22:05" "created_at" => string(19) "2016-08-30 14:37:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 7.072321339156 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3426 "client_id" => integer 1 "name" => string(25) "Kinderspielplatz Götzweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(8) "Götzweg" "street_number" => string(4) "9-15" "zip" => string(5) "66127" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.226066341904186" "longitude" => string(17) "6.899786080425997" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Klarenthal" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:22:05" "created_at" => string(19) "2016-08-30 14:37:38" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 7.072321339156 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3426 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)109 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3431 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Waldstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Waldstraße" "street_number" => string(5) "35-37" "zip" => string(5) "66129" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.177430409684234" "longitude" => string(18) "7.0422111951065745" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Bübingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:19:11" "created_at" => string(19) "2016-08-30 14:45:02" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 7.28888532022 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3431 "client_id" => integer 1 "name" => string(28) "Kinderspielplatz Waldstraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(11) "Waldstraße" "street_number" => string(5) "35-37" "zip" => string(5) "66129" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.177430409684234" "longitude" => string(18) "7.0422111951065745" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Bübingen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-23 13:19:11" "created_at" => string(19) "2016-08-30 14:45:02" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 7.28888532022 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3431 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)110 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7674 "client_id" => integer 50 "name" => string(35) "Kinderspielplatz In der Hahnenklamm" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(18) "In der Hahnenklamm" "street_number" => string(0) "" "zip" => string(5) "66129" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.17537709992515" "longitude" => string(17) "7.038374567428578" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Bübingen" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:37:20" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 7.3719282271516 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7674 "client_id" => integer 50 "name" => string(35) "Kinderspielplatz In der Hahnenklamm" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(18) "In der Hahnenklamm" "street_number" => string(0) "" "zip" => string(5) "66129" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.17537709992515" "longitude" => string(17) "7.038374567428578" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(9) "Bübingen" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:37:20" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 7.3719282271516 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7674 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)111 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3423 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Clarastraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(13) "Clarastraße " "street_number" => string(1) "7" "zip" => string(5) "66127" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.242940974951495" "longitude" => string(17) "6.892398692065429" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Klarenthal" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:19:19" "created_at" => string(19) "2016-08-30 14:34:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 7.5705290275203 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3423 "client_id" => integer 1 "name" => string(29) "Kinderspielplatz Clarastraße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(13) "Clarastraße " "street_number" => string(1) "7" "zip" => string(5) "66127" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.242940974951495" "longitude" => string(17) "6.892398692065429" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Klarenthal" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 251 "updated_at" => string(19) "2021-06-28 15:19:19" "created_at" => string(19) "2016-08-30 14:34:33" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 7.5705290275203 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3423 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)112 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3425 "client_id" => integer 1 "name" => string(26) "Kinderspielplatz Birkenweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(9) "Birkenweg" "street_number" => string(4) "9-13" "zip" => string(5) "66127" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.227201189133666" "longitude" => string(17) "6.884335163194692" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Klarenthal" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-30 14:37:29" "created_at" => string(19) "2016-08-30 14:36:26" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 8.1676497564743 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3425 "client_id" => integer 1 "name" => string(26) "Kinderspielplatz Birkenweg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(9) "Birkenweg" "street_number" => string(4) "9-13" "zip" => string(5) "66127" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.227201189133666" "longitude" => string(17) "6.884335163194692" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Klarenthal" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-30 14:37:29" "created_at" => string(19) "2016-08-30 14:36:26" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 8.1676497564743 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3425 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)113 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3444 "client_id" => integer 1 "name" => string(37) "Kinderspielplatz Bischof-Eich-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(20) "Bischof-Eich-Straße" "street_number" => string(3) "1-3" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2097819" "longitude" => string(9) "7.1064833" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-31 10:14:04" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 8.5181513456479 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3444 "client_id" => integer 1 "name" => string(37) "Kinderspielplatz Bischof-Eich-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(49) "<p>Auf dem Spielplatz gibt es unter anderem:</p> " "street" => string(20) "Bischof-Eich-Straße" "street_number" => string(3) "1-3" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2097819" "longitude" => string(9) "7.1064833" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-31 10:14:04" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 8.5181513456479 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3444 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)114 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7677 "client_id" => integer 50 "name" => string(28) "Kinderspielplatz Kreuzgarten" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(21) "St. Ingberter Straße" "street_number" => string(0) "" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.20986625426415" "longitude" => string(17) "7.106841519573974" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:56:10" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 8.5394852976444 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7677 "client_id" => integer 50 "name" => string(28) "Kinderspielplatz Kreuzgarten" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(21) "St. Ingberter Straße" "street_number" => string(0) "" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.20986625426415" "longitude" => string(17) "7.106841519573974" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:56:10" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 8.5394852976444 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7677 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)115 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3445 "client_id" => integer 1 "name" => string(40) "Kinderspielplatz Ommersheimer Straße 55" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(20) "Ommersheimer Straße" "street_number" => string(2) "55" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2093683" "longitude" => string(9) "7.1119368" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-31 10:17:15" "created_at" => string(19) "2016-08-31 10:16:10" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 8.9069755361647 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3445 "client_id" => integer 1 "name" => string(40) "Kinderspielplatz Ommersheimer Straße 55" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(20) "Ommersheimer Straße" "street_number" => string(2) "55" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.2093683" "longitude" => string(9) "7.1119368" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-31 10:17:15" "created_at" => string(19) "2016-08-31 10:16:10" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 8.9069755361647 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3445 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)116 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3446 "client_id" => integer 1 "name" => string(40) "Kinderspielplatz Ommersheimer Straße 52" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(20) "Ommersheimer Straße" "street_number" => string(2) "52" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.209088349091374" "longitude" => string(17) "7.111911282209007" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-31 10:17:32" "created_at" => string(19) "2016-08-31 10:16:31" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 8.9155073875115 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3446 "client_id" => integer 1 "name" => string(40) "Kinderspielplatz Ommersheimer Straße 52" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(20) "Ommersheimer Straße" "street_number" => string(2) "52" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(18) "49.209088349091374" "longitude" => string(17) "7.111911282209007" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 178 "updated_at" => string(19) "2016-08-31 10:17:32" "created_at" => string(19) "2016-08-31 10:16:31" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 8.9155073875115 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3446 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)117 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7673 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Peter-Franz-Adt-Ring" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "Peter-Franz-Adt-Ring" "street_number" => string(0) "" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.20077803957594" "longitude" => string(17) "7.107487159524517" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:24:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 8.9724561528358 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7673 "client_id" => integer 50 "name" => string(37) "Kinderspielplatz Peter-Franz-Adt-Ring" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(20) "Peter-Franz-Adt-Ring" "street_number" => string(0) "" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.20077803957594" "longitude" => string(17) "7.107487159524517" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:24:42" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 8.9724561528358 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7673 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)118 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7672 "client_id" => integer 50 "name" => string(38) "Kinderspielplatz Am Sportplatz Ensheim" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(18) "Im Industriegebiet" "street_number" => string(0) "" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.20915907483744" "longitude" => string(17) "7.114760551065049" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:09:30" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 9.108464382377 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7672 "client_id" => integer 50 "name" => string(38) "Kinderspielplatz Am Sportplatz Ensheim" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(18) "Im Industriegebiet" "street_number" => string(0) "" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(17) "49.20915907483744" "longitude" => string(17) "7.114760551065049" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 12:09:30" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 9.108464382377 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7672 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)119 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7678 "client_id" => integer 50 "name" => string(27) "Kinderspielplatz Am Lehberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Am Lehberg" "street_number" => string(0) "" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2012438" "longitude" => string(17) "7.110527899999999" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 13:00:21" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 9.150323490097 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7678 "client_id" => integer 50 "name" => string(27) "Kinderspielplatz Am Lehberg" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(10) "Am Lehberg" "street_number" => string(0) "" "zip" => string(5) "66131" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(10) "49.2012438" "longitude" => string(17) "7.110527899999999" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(7) "Ensheim" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-06-23 13:00:21" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 9.150323490097 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7678 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)120 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 3443 "client_id" => integer 1 "name" => string(39) "Kinderspielplatz Karl-Leidinger-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(22) "Karl-Leidinger-Straße" "street_number" => string(5) "18-20" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.1890729" "longitude" => string(9) "7.1019615" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Eschringen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-31 08:45:45" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 9.2719937920533 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 3443 "client_id" => integer 1 "name" => string(39) "Kinderspielplatz Karl-Leidinger-Straße" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(91) "<p><span style="line-height: 20.8px;">Auf dem Spielplatz gibt es unter anderem:</span></p> " "street" => string(22) "Karl-Leidinger-Straße" "street_number" => string(5) "18-20" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(8) "Saarland" "country" => string(11) "Deutschland" "latitude" => string(10) "49.1890729" "longitude" => string(9) "7.1019615" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Eschringen" "created_by_user_id" => integer 178 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2016-08-31 08:45:45" "oepnv" => NULL "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => NULL "general_open" => integer 0 "distance" => float 9.2719937920533 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 3443 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)121 => object Model_Address(46){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "categories" => array(4) ( "foreign_key" => string(10) "address_id" "through" => string(18) "address_categories" "model" => string(8) "Category" "far_key" => string(11) "category_id" ) "attachments" => array(5) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(13) "attachment_id" "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) "hours" => array(4) ( "foreign_key" => string(10) "address_id" "through" => NULL "far_key" => string(7) "hour_id" "model" => string(12) "Address_Hour" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(31) ( "id" => integer 7722 "client_id" => integer 50 "name" => string(28) "Kinderspielplatz am Saarbach" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(21) "Gräfinthaler Straße" "street_number" => string(0) "" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(16) "49.1897334648324" "longitude" => string(17) "7.102913751837159" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Eschringen" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-07-09 14:47:28" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 9.288843908145 ) protected _changed => array(0) protected _original_values => array(31) ( "id" => integer 7722 "client_id" => integer 50 "name" => string(28) "Kinderspielplatz am Saarbach" "supplement" => string(0) "" "headline" => string(0) "" "description" => string(0) "" "street" => string(21) "Gräfinthaler Straße" "street_number" => string(0) "" "zip" => string(5) "66130" "city" => string(12) "Saarbrücken" "state" => string(0) "" "country" => string(0) "" "latitude" => string(16) "49.1897334648324" "longitude" => string(17) "7.102913751837159" "phone" => string(0) "" "fax" => string(0) "" "email" => string(0) "" "website" => string(0) "" "note" => string(0) "" "district" => string(10) "Eschringen" "created_by_user_id" => integer 251 "updated_by_user_id" => integer 0 "updated_at" => string(19) "0000-00-00 00:00:00" "created_at" => string(19) "2021-07-09 14:47:28" "oepnv" => string(0) "" "additional_link" => NULL "additional_link_label" => NULL "additional_link_target" => NULL "image_alt" => string(0) "" "general_open" => integer 0 "distance" => float 9.288843908145 ) 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(7) "address" protected _object_plural => string(9) "addresses" protected _table_name => string(9) "addresses" protected _table_columns => array(30) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "supplement" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "supplement" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "headline" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "headline" "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(18) "utf8mb4_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(8) "16777215" "column_name" => string(11) "description" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "street" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "street_number" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "street_number" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "zip" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "zip" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "latitude" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "latitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "longitude" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "longitude" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "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 FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "fax" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "fax" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_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 FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "website" => array(12) ( "type" => string(6) "string" "column_name" => string(7) "website" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "note" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(4) "note" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "district" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "district" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "oepnv" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "oepnv" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "additional_link" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_label" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "additional_link_label" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 27 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "additional_link_target" => array(12) ( "type" => string(6) "string" "column_name" => string(22) "additional_link_target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 28 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "image_alt" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "image_alt" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 29 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "general_open" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(12) "general_open" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 30 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 7722 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 122 protected _current_row => integer 75 protected _as_object => string(13) "Model_Address" protected _object_params => NULL }{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(7) "address" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(6) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(7) ( 0 => string(4) "name" 1 => string(10) "supplement" 2 => string(8) "headline" 3 => string(11) "description" 4 => string(6) "street" 5 => string(3) "zip" 6 => string(4) "city" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"blame" => object Behaviour_Blame(7){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"attachment" => object Behaviour_Attachment(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(4) ( "image" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_small" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_medium" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) "image_large" => array(5) ( "type" => string(5) "image" "multiple" => bool FALSE "metadata" => array(2) ( ... ) "crop" => array(1) ( ... ) "rules" => array(0) ) ) protected _methods => array(3) ( 0 => string(18) "attachment_options" 1 => string(11) "attachments" 2 => string(10) "attachment" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "attachments" => array(2) ( "model" => string(10) "Attachment" "polymorphic_model" => string(7) "Address" ) ) protected _has_one => array(0) }"category" => object Behaviour_Category(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(1) ( "categories" => string(7) "address" ) protected _methods => array(4) ( 0 => string(16) "find_by_category" 1 => string(27) "find_by_category_datasource" 2 => string(10) "categories" 3 => string(11) "fix_orphans" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "categories" => array(3) ( "model" => string(8) "Category" "through" => string(18) "address_categories" "far_key" => string(11) "category_id" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Address(46) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(12) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "override_blame" => string(5) "blame" "attachment_options" => string(10) "attachment" "attachments" => string(10) "attachment" "attachment" => string(10) "attachment" "find_by_category" => string(8) "category" "find_by_category_datasource" => string(8) "category" "categories" => string(8) "category" "fix_orphans" => string(8) "category" "add_activity" => string(8) "tracking" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) protected _responsive_image_identifiers => array(1) ( 0 => string(5) "image" ) }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(20)
{ 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(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(22) "Frontend_Component_Map" protected _action => string(4) "html" protected _uri => string(32) "Frontend_Component_Map/html/1508" protected _external => bool FALSE protected _params => array(2) ( "id" => string(4) "1508" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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(3) ( "layout" => array(3) ( "content" => array(4) ( 1643174 => array(1) ( 0 => array(2) ( "id" => integer 1643174 "component" => string(14) "Component_Text" ) ) 1643172 => array(1) ( 0 => array(2) ( "id" => integer 1643172 "component" => string(13) "Component_Map" ) ) 1643173 => array(1) ( 0 => array(2) ( "id" => integer 1643173 "component" => string(17) "Component_Gallery" ) ) 1643175 => array(1) ( 0 => array(2) ( "id" => integer 1643175 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1643171 "component" => string(16) "Component_Teaser" ) ) "sidebar" => array(1) ( 0 => array(2) ( "id" => integer 1643176 "component" => string(17) "Component_Address" ) ) ) "_block_id" => integer 1643172 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(3) ( "layout" => array(3) ( "content" => array(4) ( 1643174 => array(1) ( 0 => array(2) ( "id" => integer 1643174 "component" => string(14) "Component_Text" ) ) 1643172 => array(1) ( 0 => array(2) ( "id" => integer 1643172 "component" => string(13) "Component_Map" ) ) 1643173 => array(1) ( 0 => array(2) ( "id" => integer 1643173 "component" => string(17) "Component_Gallery" ) ) 1643175 => array(1) ( 0 => array(2) ( "id" => integer 1643175 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1643171 "component" => string(16) "Component_Teaser" ) ) "sidebar" => array(1) ( 0 => array(2) ( "id" => integer 1643176 "component" => string(17) "Component_Address" ) ) ) "_block_id" => integer 1643172 "_container" => string(7) "content" ) }1object 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(['_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)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ 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(32) "(<controller>(/<action>(/<id>)))" protected _regex => array(0) protected _defaults => array(3) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" ) protected _route_regex => string(95) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++))?)?)?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(22) "Frontend_Component_Map" protected _action => string(4) "html" protected _uri => string(32) "Frontend_Component_Map/html/1508" protected _external => bool FALSE protected _params => array(2) ( "id" => string(4) "1508" "slug" => string(5) "start" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(10){ 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(3) ( "layout" => array(3) ( "content" => array(4) ( 1643174 => array(1) ( 0 => array(2) ( "id" => integer 1643174 "component" => string(14) "Component_Text" ) ) 1643172 => array(1) ( 0 => array(2) ( "id" => integer 1643172 "component" => string(13) "Component_Map" ) ) 1643173 => array(1) ( 0 => array(2) ( "id" => integer 1643173 "component" => string(17) "Component_Gallery" ) ) 1643175 => array(1) ( 0 => array(2) ( "id" => integer 1643175 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1643171 "component" => string(16) "Component_Teaser" ) ) "sidebar" => array(1) ( 0 => array(2) ( "id" => integer 1643176 "component" => string(17) "Component_Address" ) ) ) "_block_id" => integer 1643172 "_container" => string(7) "content" ) protected _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(3) ( "layout" => array(3) ( "content" => array(4) ( 1643174 => array(1) ( 0 => array(2) ( "id" => integer 1643174 "component" => string(14) "Component_Text" ) ) 1643172 => array(1) ( 0 => array(2) ( "id" => integer 1643172 "component" => string(13) "Component_Map" ) ) 1643173 => array(1) ( 0 => array(2) ( "id" => integer 1643173 "component" => string(17) "Component_Gallery" ) ) 1643175 => array(1) ( 0 => array(2) ( "id" => integer 1643175 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1643171 "component" => string(16) "Component_Teaser" ) ) "sidebar" => array(1) ( 0 => array(2) ( "id" => integer 1643176 "component" => string(17) "Component_Address" ) ) ) "_block_id" => integer 1643172 "_container" => string(7) "content" ) }78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
DOCROOT/modules/_base/classes/Helper/Page.php [ 371 ] » Request->execute()
366 // Does the component have a valid frontend controller? 367 if (class_exists('Controller_Frontend_' . $block->component)) { 368 return Request::factory( 369 $request_uri, 370 ['callback_params' => $callback_params] 371 )->execute(); 372 } else { 373 Log::instance()->add( 374 Log::WARNING, 375 'Failed to access component Controller_Frontend_' 376 . $block->component -
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php [ 720 ] » Helper_Page::execute_subrequest(arguments)
0object Model_Page_Version_Block(45)
{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1643172 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(13) "Component_Map" "position" => integer 2 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1643172 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(13) "Component_Map" "position" => integer 2 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1643172 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }1array(3) ( "layout" => array(3) ( "content" => array(4) ( 1643174 => array(1) ( 0 => array(2) ( "id" => integer 1643174 "component" => string(14) "Component_Text" ) ) 1643172 => array(1) ( 0 => array(2) ( "id" => integer 1643172 "component" => string(13) "Component_Map" ) ) 1643173 => array(1) ( 0 => array(2) ( "id" => integer 1643173 "component" => string(17) "Component_Gallery" ) ) 1643175 => array(1) ( 0 => array(2) ( "id" => integer 1643175 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1643171 "component" => string(16) "Component_Teaser" ) ) "sidebar" => array(1) ( 0 => array(2) ( "id" => integer 1643176 "component" => string(17) "Component_Address" ) ) ) "_block_id" => integer 1643172 "_container" => string(7) "content" )
715 $this->template->content->{$block->container} .= 716 $snippet->render_html($callback_params); 717 } 718 } else { 719 $this->template->content->{$block->container} .= 720 Helper_Page::execute_subrequest($block, $this->_callback_params); 721 } 722 } 723 } 724 725 /** -
DOCROOT/modules/_base/classes/Controller/Page.php [ 464 ] » Controller_Motor_Page->render_html()
459 } 460 } 461 462 $this->_callback_params['layout'] = $layout; 463 464 parent::render_html(); 465 } 466 467 function calculate_breaks_by_grid($container_blocks, $breaking_components, $max_width = 12) 468 { 469 $current_width = 0; -
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php [ 634 ] » Controller_Page->render_html()
629 ->order_by('position', 'ASC') 630 ->find_all(); 631 632 switch ($this->_renderer) { 633 case 'html': 634 $this->render_html(); 635 break; 636 case 'json': 637 $this->render_json(); 638 break; 639 } -
DOCROOT/modules/_base/classes/Controller/Page.php [ 227 ] » Controller_Motor_Page->action_index()
222 $this->generateRootSlug(); 223 224 $this->template->set_global('share_payload', base64_encode(urlencode(json_encode([$this->_page->name, $this->request->detect_uri()])))); 225 $this->template->set_global('weather', Helper_Weather::get_weather()); 226 227 parent::action_index(); 228 } 229 230 /** 231 * Runs after the action is executed. 232 * -
SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Page->action_index()
79 [':uri' => $this->request->uri()] 80 )->request($this->request); 81 } 82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0object Controller_Page(19)
{ public request => object Request(20){ 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(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "language_iso_639_1" => string(2) "de" "page_version_id" => integer 250919 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(10){ 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 _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(0) }{ protected _status => integer 200 protected _header => object HTTP_Header(0)public template => object View(2){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }{ protected _file => string(51) "/var/www/html/vendor/synergy/core/views/./empty.tpl" protected _data => array(1) ( "content" => object View(2)public auto_render => bool TRUE public view_prefix => string(5) "page/" protected _renderer => string(4) "html" protected _domain => object Model_Domain(45){ protected _file => string(50) "/var/www/html/modules/_base/views/page/default.tpl" protected _data => array(1) ( "content" => string(349) " <section class="cmp content grid-container grid-x"> <div class="small-12 cell"> < …" ) }) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(12) ( "id" => integer 118 "client_id" => integer 50 "name" => string(26) "www.saarbruecken.de (http)" "protocol" => string(4) "http" "host" => string(17) "www.sb-staging.de" "port" => integer 80 "path" => string(0) "" "target" => NULL "parameters" => string(0) "" "is_active" => integer 1 "created_at" => string(19) "2019-07-08 10:05:47" "updated_at" => string(19) "2024-03-22 16:18:14" ) protected _changed => array(0) protected _original_values => array(12) ( "id" => integer 118 "client_id" => integer 50 "name" => string(26) "www.saarbruecken.de (http)" "protocol" => string(4) "http" "host" => string(17) "www.sb-staging.de" "port" => integer 80 "path" => string(0) "" "target" => NULL "parameters" => string(0) "" "is_active" => integer 1 "created_at" => string(19) "2019-07-08 10:05:47" "updated_at" => string(19) "2024-03-22 16:18:14" ) protected _related => array(1) ( "client" => object Model_Client(45)protected _client => object Model_Client(45){ protected _has_one => array(0) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _has_many => array(6) ( "languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(16) "client_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "active_languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(23) "client_active_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "accessable_clients" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(14) "client_clients" "far_key" => string(20) "accessable_client_id" "model" => string(6) "Client" ) "default_pages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(15) "default_page_id" "model" => string(19) "Client_Default_Page" ) "plugins" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(9) "plugin_id" "model" => string(19) "Clientshariffplugin" ) "users" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(12) "client_users" "far_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(21) ( "id" => integer 50 "name" => string(29) "Landeshauptstadt Saarbrücken" "slug" => string(17) "saarbruecken_2019" "is_active" => integer 1 "enable_varnish" => integer 1 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2019-06-17 14:53:36" "updated_at" => string(19) "2024-07-02 09:56:12" "social_media_url_1" => string(42) "https://www.instagram.com/saarbruecken.de/" "social_media_url_2" => string(41) "https://www.facebook.com/saarbruecken.de/" "social_media_url_3" => string(55) "https://www.youtube.com/user/StadtSaarbruecken/featured" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 1 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(0) "" "contact_phone" => string(0) "" "hide_data_correction" => integer 0 ) protected _changed => array(0) protected _original_values => array(21) ( "id" => integer 50 "name" => string(29) "Landeshauptstadt Saarbrücken" "slug" => string(17) "saarbruecken_2019" "is_active" => integer 1 "enable_varnish" => integer 1 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2019-06-17 14:53:36" "updated_at" => string(19) "2024-07-02 09:56:12" "social_media_url_1" => string(42) "https://www.instagram.com/saarbruecken.de/" "social_media_url_2" => string(41) "https://www.facebook.com/saarbruecken.de/" "social_media_url_3" => string(55) "https://www.youtube.com/user/StadtSaarbruecken/featured" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 1 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(0) "" "contact_phone" => string(0) "" "hide_data_correction" => integer 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(6) "client" protected _object_plural => string(7) "clients" protected _table_name => string(7) "clients" protected _table_columns => array(21) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "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) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "enable_varnish" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "enable_varnish" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "layout" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "layout" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "default_language_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(19) "default_language_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) "social_media_url_1" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_1" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_2" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_3" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_3" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_4" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_4" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "orientation" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "orientation" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_print" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "show_print" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "button_style" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "button_style" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer_headline" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "footer_headline" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_mail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "contact_mail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_phone" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "contact_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_data_correction" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "hide_data_correction" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 50 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) 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(6) "domain" protected _object_plural => string(7) "domains" protected _table_name => string(7) "domains" 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) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(9) "client_id" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "protocol" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "protocol" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "host" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "host" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "port" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(4) "port" "column_default" => string(2) "80" "data_type" => string(3) "int" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "path" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "path" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "parameters" => array(12) ( "type" => string(6) "string" "column_name" => string(10) "parameters" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "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" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 118 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(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) "client" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(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) "domain" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(2) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Domain(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "host" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"client" => object Behaviour_Client(6){ protected _record => object Model_Domain(45) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(3) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" "filter_client" => string(6) "client" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "default_language" => array(2) ( "foreign_key" => string(19) "default_language_id" "model" => string(8) "Language" ) ) protected _has_many => array(6) ( "languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(16) "client_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "active_languages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(23) "client_active_languages" "far_key" => string(11) "language_id" "model" => string(8) "Language" ) "accessable_clients" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(14) "client_clients" "far_key" => string(20) "accessable_client_id" "model" => string(6) "Client" ) "default_pages" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(15) "default_page_id" "model" => string(19) "Client_Default_Page" ) "plugins" => array(4) ( "foreign_key" => string(9) "client_id" "through" => NULL "far_key" => string(9) "plugin_id" "model" => string(19) "Clientshariffplugin" ) "users" => array(4) ( "foreign_key" => string(9) "client_id" "through" => string(12) "client_users" "far_key" => string(7) "user_id" "model" => string(4) "User" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(21) ( "id" => integer 50 "name" => string(29) "Landeshauptstadt Saarbrücken" "slug" => string(17) "saarbruecken_2019" "is_active" => integer 1 "enable_varnish" => integer 1 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2019-06-17 14:53:36" "updated_at" => string(19) "2024-07-02 09:56:12" "social_media_url_1" => string(42) "https://www.instagram.com/saarbruecken.de/" "social_media_url_2" => string(41) "https://www.facebook.com/saarbruecken.de/" "social_media_url_3" => string(55) "https://www.youtube.com/user/StadtSaarbruecken/featured" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 1 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(0) "" "contact_phone" => string(0) "" "hide_data_correction" => integer 0 ) protected _changed => array(0) protected _original_values => array(21) ( "id" => integer 50 "name" => string(29) "Landeshauptstadt Saarbrücken" "slug" => string(17) "saarbruecken_2019" "is_active" => integer 1 "enable_varnish" => integer 1 "layout" => NULL "default_language_id" => integer 1 "created_at" => string(19) "2019-06-17 14:53:36" "updated_at" => string(19) "2024-07-02 09:56:12" "social_media_url_1" => string(42) "https://www.instagram.com/saarbruecken.de/" "social_media_url_2" => string(41) "https://www.facebook.com/saarbruecken.de/" "social_media_url_3" => string(55) "https://www.youtube.com/user/StadtSaarbruecken/featured" "social_media_url_4" => string(0) "" "orientation" => NULL "show_print" => integer 1 "button_style" => string(8) "standard" "theme" => string(8) "standard" "footer_headline" => string(0) "" "contact_mail" => string(0) "" "contact_phone" => string(0) "" "hide_data_correction" => integer 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(6) "client" protected _object_plural => string(7) "clients" protected _table_name => string(7) "clients" protected _table_columns => array(21) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "20" "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) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "127" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "UNI" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "1" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "enable_varnish" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(14) "enable_varnish" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "layout" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "layout" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "default_language_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(19) "default_language_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) "social_media_url_1" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_1" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_2" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_3" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_3" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "social_media_url_4" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "social_media_url_4" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "orientation" => array(12) ( "type" => string(6) "string" "column_name" => string(11) "orientation" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "show_print" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "show_print" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "button_style" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "button_style" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "footer_headline" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "footer_headline" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_mail" => array(12) ( "type" => string(6) "string" "column_name" => string(12) "contact_mail" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "contact_phone" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "contact_phone" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "hide_data_correction" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "hide_data_correction" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 21 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 50 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)protected _language => object Model_Language(45){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(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) "client" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Client(45) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "name" 1 => string(4) "slug" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ 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(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "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" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "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_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)protected _language_iso_639_1 => NULL protected _page_version_blocks => array(6) ( 0 => object Model_Page_Version_Block(45){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1643174 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(14) "Component_Text" "position" => integer 1 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1643174 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(14) "Component_Text" "position" => integer 1 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1643174 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Page_Version_Block(45){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1643172 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(13) "Component_Map" "position" => integer 2 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1643172 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(13) "Component_Map" "position" => integer 2 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1643172 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Page_Version_Block(45){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1643173 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(17) "Component_Gallery" "position" => integer 3 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1643173 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(17) "Component_Gallery" "position" => integer 3 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1643173 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Page_Version_Block(45){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1643175 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(18) "Component_Icon_Box" "position" => integer 4 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1643175 "version_id" => integer 250919 "container" => string(7) "content" "component" => string(18) "Component_Icon_Box" "position" => integer 4 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1643175 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Page_Version_Block(45){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1643171 "version_id" => integer 250919 "container" => string(11) "page_teaser" "component" => string(16) "Component_Teaser" "position" => integer 1 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1643171 "version_id" => integer 250919 "container" => string(11) "page_teaser" "component" => string(16) "Component_Teaser" "position" => integer 1 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1643171 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Page_Version_Block(45){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(0) protected _belongs_to => array(1) ( "version" => array(2) ( "foreign_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _has_many => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(7) ( "id" => integer 1643176 "version_id" => integer 250919 "container" => string(7) "sidebar" "component" => string(17) "Component_Address" "position" => integer 5517 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(7) ( "id" => integer 1643176 "version_id" => integer 250919 "container" => string(7) "sidebar" "component" => string(17) "Component_Address" "position" => integer 5517 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(18) "page_version_block" protected _object_plural => string(19) "page_version_blocks" protected _table_name => string(19) "page_version_blocks" protected _table_columns => array(7) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(10) "version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "container" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "container" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "component" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "component" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1643176 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _full_slug => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" protected _callback_params => array(3) ( "layout" => array(3) ( "content" => array(4) ( 1643174 => array(1) ( 0 => array(2) ( "id" => integer 1643174 "component" => string(14) "Component_Text" ) ) 1643172 => array(1) ( 0 => array(2) ( "id" => integer 1643172 "component" => string(13) "Component_Map" ) ) 1643173 => array(1) ( 0 => array(2) ( "id" => integer 1643173 "component" => string(17) "Component_Gallery" ) ) 1643175 => array(1) ( 0 => array(2) ( "id" => integer 1643175 "component" => string(18) "Component_Icon_Box" ) ) ) "page_teaser" => array(1) ( 0 => array(2) ( "id" => integer 1643171 "component" => string(16) "Component_Teaser" ) ) "sidebar" => array(1) ( 0 => array(2) ( "id" => integer 1643176 "component" => string(17) "Component_Address" ) ) ) "_block_id" => integer 1643172 "_container" => string(7) "content" ) protected _preview => bool FALSE protected _page => object Model_Page(51){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(18) "page_version_block" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(0) protected _methods => array(0) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 12588 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078e9c67784" "scope" => string(4) "main" "live_version_id" => integer 250919 "lft" => integer 1971 "rgt" => integer 1976 "level" => integer 4 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "slug" => string(18) "kinderspielplaetze" "full_slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:59:08" "updated_at" => string(19) "2024-07-11 12:18:04" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 12588 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078e9c67784" "scope" => string(4) "main" "live_version_id" => integer 250919 "lft" => integer 1971 "rgt" => integer 1976 "level" => integer 4 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "slug" => string(18) "kinderspielplaetze" "full_slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:59:08" "updated_at" => string(19) "2024-07-11 12:18:04" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)protected _page_version => object Model_Page_Version(45){ 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(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "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" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "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_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "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" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "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" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "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" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 12588 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => object Model_Page_Version(45){ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _has_many => array(1) ( "blocks" => array(4) ( "foreign_key" => string(10) "version_id" "through" => NULL "far_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => integer 250919 "page_id" => integer 12588 "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(30) "Freizeit, Kinder, Spielplätze" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => integer 1 "slug" => string(18) "kinderspielplaetze" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 31 "created_by_user_id" => integer 1 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "2024-07-11 12:18:04" "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => integer 250919 "page_id" => integer 12588 "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(30) "Freizeit, Kinder, Spielplätze" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => integer 1 "slug" => string(18) "kinderspielplaetze" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 31 "created_by_user_id" => integer 1 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "2024-07-11 12:18:04" "user_contexts" => NULL ) protected _related => array(1) ( "page" => object Model_Page(51)protected _roles => array(0) }{ protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 12588 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078e9c67784" "scope" => string(4) "main" "live_version_id" => integer 250919 "lft" => integer 1971 "rgt" => integer 1976 "level" => integer 4 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "slug" => string(18) "kinderspielplaetze" "full_slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:59:08" "updated_at" => string(19) "2024-07-11 12:18:04" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 12588 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078e9c67784" "scope" => string(4) "main" "live_version_id" => integer 250919 "lft" => integer 1971 "rgt" => integer 1976 "level" => integer 4 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "slug" => string(18) "kinderspielplaetze" "full_slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:59:08" "updated_at" => string(19) "2024-07-11 12:18:04" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)) 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(12) "page_version" protected _object_plural => string(13) "page_versions" protected _table_name => string(13) "page_versions" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target_page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "target_page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "embed_page" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "embed_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 250919 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ 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(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "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" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "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_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "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" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "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" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "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" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 12588 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _roles => array(0) }{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "page_version" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(3) ( "blame" => object Behaviour_Blame(7){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"fix_emptyversion" => object Behaviour_Fix_Emptyversion(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ protected _has_one => array(0) protected _belongs_to => array(3) ( "created_by" => array(2) ( "foreign_key" => string(18) "created_by_user_id" "model" => string(4) "User" ) "updated_by" => array(2) ( "foreign_key" => string(18) "updated_by_user_id" "model" => string(4) "User" ) "page" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(4) "Page" ) ) protected _has_many => array(1) ( "blocks" => array(4) ( "foreign_key" => string(10) "version_id" "through" => NULL "far_key" => string(8) "block_id" "model" => string(18) "Page_Version_Block" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(22) ( "id" => integer 250919 "page_id" => integer 12588 "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(30) "Freizeit, Kinder, Spielplätze" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => integer 1 "slug" => string(18) "kinderspielplaetze" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 31 "created_by_user_id" => integer 1 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "2024-07-11 12:18:04" "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(22) ( "id" => integer 250919 "page_id" => integer 12588 "state" => string(4) "LIVE" "meta_description" => string(0) "" "meta_keywords" => string(30) "Freizeit, Kinder, Spielplätze" "url" => string(0) "" "target" => string(5) "_self" "target_page_id" => integer 0 "embed_page" => NULL "publish_at" => NULL "expires_at" => NULL "is_active" => integer 1 "is_visible" => integer 1 "slug" => string(18) "kinderspielplaetze" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "theme" => string(0) "" "updated_by_user_id" => integer 31 "created_by_user_id" => integer 1 "created_at" => string(19) "2023-11-23 11:32:24" "updated_at" => string(19) "2024-07-11 12:18:04" "user_contexts" => NULL ) protected _related => array(1) ( "page" => object Model_Page(51)private componentSorter => object Helper_Componentsorter(1){ protected _has_one => array(1) ( "live_version" => array(2) ( "foreign_key" => string(7) "page_id" "model" => string(12) "Page_Version" ) ) protected _belongs_to => array(2) ( "language" => array(2) ( "foreign_key" => string(11) "language_id" "model" => string(8) "Language" ) "client" => array(2) ( "foreign_key" => string(9) "client_id" "model" => string(6) "Client" ) ) protected _has_many => array(3) ( "workflows" => array(5) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(11) "workflow_id" "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) "roles" => array(4) ( "foreign_key" => string(7) "page_id" "through" => string(11) "roles_pages" "far_key" => string(7) "role_id" "model" => string(4) "Role" ) "versions" => array(4) ( "foreign_key" => string(7) "page_id" "through" => NULL "far_key" => string(10) "version_id" "model" => string(12) "Page_Version" ) ) protected _load_with => array(0) protected _validation => NULL protected _object => array(26) ( "id" => integer 12588 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078e9c67784" "scope" => string(4) "main" "live_version_id" => integer 250919 "lft" => integer 1971 "rgt" => integer 1976 "level" => integer 4 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "slug" => string(18) "kinderspielplaetze" "full_slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:59:08" "updated_at" => string(19) "2024-07-11 12:18:04" "copy_of" => NULL "user_contexts" => NULL ) protected _changed => array(0) protected _original_values => array(26) ( "id" => integer 12588 "client_id" => integer 50 "language_id" => integer 1 "translation_hash" => string(13) "5d078e9c67784" "scope" => string(4) "main" "live_version_id" => integer 250919 "lft" => integer 1971 "rgt" => integer 1976 "level" => integer 4 "template" => string(13) "base/fulltext" "theme" => string(0) "" "name" => string(18) "Kinderspielplätze" "navigation_name" => string(0) "" "slug" => string(18) "kinderspielplaetze" "full_slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "type" => string(4) "page" "is_visible" => integer 1 "is_active" => integer 1 "is_private" => integer 0 "no_index" => integer 0 "expires_at" => NULL "publish_at" => NULL "created_at" => string(19) "2019-06-17 14:59:08" "updated_at" => string(19) "2024-07-11 12:18:04" "copy_of" => NULL "user_contexts" => NULL ) protected _related => array(1) ( "language" => object Model_Language(45)) 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(12) "page_version" protected _object_plural => string(13) "page_versions" protected _table_name => string(13) "page_versions" protected _table_columns => array(22) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "state" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "state" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "meta_description" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "meta_description" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "meta_keywords" => array(12) ( "type" => string(6) "string" "column_name" => string(13) "meta_keywords" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "url" => array(12) ( "type" => string(6) "string" "column_name" => string(3) "url" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "target" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "target_page_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(14) "target_page_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "embed_page" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "embed_page" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 12 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "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(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "updated_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_by_user_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(18) "created_by_user_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 250919 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ 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(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) protected _changed => array(0) protected _original_values => array(20) ( "id" => integer 1 "iso_639_1" => string(2) "de" "iso_639_2" => string(3) "deu" "iso_639_3" => string(3) "deu" "rfc_3066" => NULL "english_name" => string(6) "German" "english_name_locale" => NULL "english_name_modifier" => NULL "native_name" => string(7) "Deutsch" "native_name_locale" => NULL "native_name_modifier" => NULL "position" => integer 1 "is_macro_language" => integer 0 "direction" => string(3) "ltr" "pluralization" => string(14) "c == 1 ? 1 : 2" "scope" => string(1) "L" "is_frontend_language" => integer 1 "is_backend_language" => integer 1 "created_at" => string(19) "0000-00-00 00:00:00" "updated_at" => string(19) "0000-00-00 00:00:00" ) 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(8) "language" protected _object_plural => string(9) "languages" protected _table_name => string(9) "languages" protected _table_columns => array(20) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "iso_639_1" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_1" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 2 "character_maximum_length" => string(1) "2" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_2" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_2" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 3 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "iso_639_3" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "iso_639_3" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "rfc_3066" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(8) "rfc_3066" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 5 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(12) "english_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 6 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(19) "english_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 7 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "english_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(21) "english_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 8 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "native_name" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_locale" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(18) "native_name_locale" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "native_name_modifier" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(20) "native_name_modifier" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "position" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(8) "position" "column_default" => string(1) "0" "data_type" => string(6) "bigint" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "display" => string(2) "20" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_macro_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(17) "is_macro_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "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" ) "direction" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "direction" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 14 "character_maximum_length" => string(1) "3" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "pluralization" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(13) "pluralization" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 15 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 16 "character_maximum_length" => string(1) "1" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_frontend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(20) "is_frontend_language" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_backend_language" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(19) "is_backend_language" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "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_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "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" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 1 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => array(3) ( "language_id" => string(3) "asc" "scope" => string(3) "asc" "lft" => string(3) "asc" ) protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(4) "page" protected _object_plural => string(5) "pages" protected _table_name => string(5) "pages" protected _table_columns => array(26) ( "id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(2) "id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(31) "select,insert,update,references" ) "client_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(9) "client_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "language_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(11) "language_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "translation_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "translation_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 4 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "scope" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "scope" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "live_version_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "live_version_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "lft" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "lft" "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" ) "rgt" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(3) "rgt" "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" ) "level" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "level" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "display" => string(1) "4" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "template" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "template" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "theme" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "theme" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 11 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "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 12 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "navigation_name" => array(12) ( "type" => string(6) "string" "column_name" => string(15) "navigation_name" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 13 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "slug" => array(12) ( "type" => string(6) "string" "column_name" => string(4) "slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "full_slug" => array(12) ( "type" => string(6) "string" "column_name" => string(9) "full_slug" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "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 16 "character_maximum_length" => string(2) "32" "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "is_visible" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_visible" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_active" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_active" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "is_private" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(10) "is_private" "column_default" => NULL "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 19 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(31) "select,insert,update,references" ) "no_index" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(8) "no_index" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool TRUE "ordinal_position" => integer 20 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "expires_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "expires_at" "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" ) "publish_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "publish_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 22 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "created_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "created_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "updated_at" => array(10) ( "type" => string(6) "string" "column_name" => string(10) "updated_at" "column_default" => NULL "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "copy_of" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(7) "copy_of" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool TRUE "ordinal_position" => integer 25 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) "user_contexts" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(5) "65535" "column_name" => string(13) "user_contexts" "column_default" => NULL "data_type" => string(4) "text" "is_nullable" => bool TRUE "ordinal_position" => integer 26 "collation_name" => string(18) "utf8mb4_unicode_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(31) "select,insert,update,references" ) ) protected _updated_column => array(2) ( "column" => string(10) "updated_at" "format" => string(11) "Y-m-d H:i:s" ) protected _created_column => array(2) ( "column" => string(10) "created_at" "format" => string(11) "Y-m-d H:i:s" ) protected _serialize_columns => array(0) protected _primary_key => string(2) "id" protected _primary_key_value => integer 12588 protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5){ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(8) "language" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(1) ( "search" => object Behaviour_Search(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Language(45) { *RECURSION* } protected _options => array(2) ( 0 => string(12) "english_name" 1 => string(11) "native_name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(2) ( "search_fields" => string(6) "search" "apply_search" => string(6) "search" ) protected _primary_val => string(11) "native_name" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(4) "page" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(8) ( "client" => object Behaviour_Client(6){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(13) "filter_client" ) protected _belongs_to => array(1) ( "client" => array(2) ( "model" => string(6) "Client" "foreign_key" => string(9) "client_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"search" => object Behaviour_Search(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(2) ( 0 => string(4) "slug" 1 => string(4) "name" ) protected _methods => array(2) ( 0 => string(13) "search_fields" 1 => string(12) "apply_search" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"fulltext" => object Behaviour_Fulltext(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(3) ( 0 => string(36) "update_record_in_elasticsearch_index" 1 => string(27) "get_default_document_config" 2 => string(22) "get_target_page_config" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"translation" => object Behaviour_Translation(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(10) ( 0 => string(18) "filter_translation" 1 => string(12) "translations" 2 => string(11) "translation" 3 => string(15) "add_translation" 4 => string(20) "add_page_translation" 5 => string(19) "available_languages" 6 => string(23) "get_alternate_href_lang" 7 => string(21) "published_translation" 8 => string(44) "get_published_dependent_language_translation" 9 => string(39) "get_published_base_language_translation" ) protected _belongs_to => array(1) ( "language" => array(2) ( "model" => string(8) "Language" "foreign_key" => string(11) "language_id" ) ) protected _has_many => array(0) protected _has_one => array(0) }"workflow" => object Behaviour_Workflow(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(1) ( "clearance" => array(1) ( "options" => array(3) ( "rule" => string(9) "cms_pages" "route" => string(16) "backend/cms/page" "name" => string(4) "name" ) ) ) protected _methods => array(2) ( 0 => string(8) "workflow" 1 => string(16) "workflow_options" ) protected _belongs_to => array(0) protected _has_many => array(1) ( "workflows" => array(2) ( "model" => string(8) "Workflow" "polymorphic_model" => string(4) "Page" ) ) protected _has_one => array(0) }"tracking" => object Behaviour_Tracking(6){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(12) "add_activity" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"uniqid" => object Behaviour_Uniqid(7){ protected _record => object Model_Page(51) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(6) "uniqid" ) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) protected _record_primary_key => NULL }) protected _methods => array(20) ( "filter_client" => string(6) "client" "search_fields" => string(6) "search" "apply_search" => string(6) "search" "update_record_in_elasticsearch_index" => string(8) "fulltext" "get_default_document_config" => string(8) "fulltext" "get_target_page_config" => string(8) "fulltext" "filter_translation" => string(11) "translation" "translations" => string(11) "translation" "translation" => string(11) "translation" "add_translation" => string(11) "translation" "add_page_translation" => string(11) "translation" "available_languages" => string(11) "translation" "get_alternate_href_lang" => string(11) "translation" "published_translation" => string(11) "translation" "get_published_dependent_language_translation" => string(11) "translation" "get_published_base_language_translation" => string(11) "translation" "workflow" => string(8) "workflow" "workflow_options" => string(8) "workflow" "add_activity" => string(8) "tracking" "uniqid" => string(6) "uniqid" ) protected _primary_val => string(4) "name" protected _rule => NULL protected _paginator => NULL protected left_column => string(3) "lft" protected right_column => string(3) "rgt" protected level_column => string(5) "level" protected scope_column => string(5) "scope" protected use_scope => bool TRUE public tree => NULL protected _draft => NULL protected _cleared => NULL protected _live => NULL protected _roles => array(0) }{ public last_query => string(538) "SELECT category.id AS id, category.scope AS scope, category.lft AS lft, category.rgt AS rgt, category.level AS level, category.n …" protected _identifier => string(0) "" protected _instance => string(7) "default" protected _connection => object PDO(0)protected _db_group => NULL protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(12) "page_version" protected _behaviors => array(0) protected _private_columns => bool FALSE protected _behaviours => array(3) ( "blame" => object Behaviour_Blame(7){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(7) "utf8mb4" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(1) ( 0 => string(14) "override_blame" ) protected _belongs_to => array(2) ( "created_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "created_by_user_id" ) "updated_by" => array(2) ( "model" => string(4) "User" "foreign_key" => string(18) "updated_by_user_id" ) ) protected _has_many => array(0) protected _has_one => array(0) protected _do_blame => bool TRUE }"fix_emptyversion" => object Behaviour_Fix_Emptyversion(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(0) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }"implode" => object Behaviour_Implode(6){ protected _record => object Model_Page_Version(45) { *RECURSION* } protected _options => array(1) ( 0 => string(13) "user_contexts" ) protected _methods => array(0) protected _belongs_to => array(0) protected _has_many => array(0) protected _has_one => array(0) }) protected _methods => array(1) ( "override_blame" => string(5) "blame" ) protected _primary_val => string(2) "id" protected _rule => NULL protected _paginator => NULL public page_language => NULL public page_client => NULL public multiple_key => bool FALSE protected _joined_tables => array(0) }{ private pageinfo => object Helper_Pageinfo(6)private pageinfo => object Helper_Pageinfo(6){ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "www.sb-staging.de" private path => string(63) "/leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" private pageId => integer 0 }}{ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "www.sb-staging.de" private path => string(63) "/leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" private pageId => integer 0 }private urlBuilder => object Helper_UrlBuilder(4){ private pageinfo => object Helper_Pageinfo(6)}{ private mnemonicLanguageMapping => array(7) ( 1 => string(2) "de" 2 => string(2) "en" 3 => string(2) "fr" 4 => string(2) "es" 5 => string(2) "it" 6 => string(2) "nl" 7 => string(2) "dl" ) private eventDetailPageSlugs => array(2) ( 0 => string(12) "event_detail" 1 => string(16) "evenement_detail" ) private articleDetailPageSlugs => array(2) ( 0 => string(14) "artikelansicht" 1 => string(13) "artikeldetail" ) private domain => string(17) "www.sb-staging.de" private path => string(63) "/leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" private pageId => integer 0 }private appUserHelper => object Helper_App_User(0){ }private protocol => string(6) "https:" private appUserPath => string(8) "app/user" }89 90 // Create a new instance of the controller 91 $controller = $class->newInstance($request, $response); 92 93 // Run the controller's execute() method 94 $response = $class->getMethod('execute')->invoke($controller); 95 96 if ( ! $response instanceof Response) 97 { 98 // Controller failed to return a Response. 99 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(20)
{ 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(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "language_iso_639_1" => string(2) "de" "page_version_id" => integer 250919 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(10){ 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 _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(0) }1object 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(['_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)) -
MODPATH/synergy/core/classes/Request.php [ 83 ] » Kohana_Request_Client->execute(arguments)
0object Request(20)
{ 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(8) "(<slug>)" protected _regex => array(1) ( "slug" => string(100) "((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*" ) protected _defaults => array(4) ( "controller" => string(4) "Page" "action" => string(5) "index" "slug" => string(5) "start" "language_iso_639_1" => string(2) "de" ) protected _route_regex => string(121) "#^(?:(?P<slug>((?!\b(ajax|api|migrations|admin|backend|Component|Frontend_Component|Backend_Component|warning)).)*))?$#uD" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(4) "Page" protected _action => string(5) "index" protected _uri => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" protected _external => bool FALSE protected _params => array(3) ( "slug" => string(62) "leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze" "language_iso_639_1" => string(2) "de" "page_version_id" => integer 250919 ) protected _get => array(0) protected _post => array(0) protected _cookies => array(1) ( "session" => NULL ) protected _client => object Request_Client_Internal(10){ 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 _component_params => array(0) protected _previous_environment => NULL }private _url_params => array(0) }78 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 79 ':uri' => $this->_uri, 80 )); 81 } 82 83 return $this->_client->execute($this); 84 } 85 86 /** 87 * Retrieves a value from the url parameters (slug or $_GET). 88 * -
DOCROOT/index.php [ 123 ] » Request->execute()
118 /** 119 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 120 * If no source is specified, the URI will be automatically detected. 121 */ 122 echo Request::factory(TRUE, array(), FALSE) 123 ->execute() 124 ->send_headers(TRUE) 125 ->body(); 126 } 127 128 /**
Environment
Included files (526)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
APPPATH/config/environment.php |
APPPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.php |
MODPATH/synergy/core/init.php |
MODPATH/synergy/core/classes/File.php |
MODPATH/synergy/core/classes/Motor/File.php |
SYSPATH/classes/Kohana/File.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
MODPATH/autoload.php |
MODPATH/composer/autoload_real.php |
MODPATH/composer/ClassLoader.php |
MODPATH/composer/autoload_static.php |
MODPATH/symfony/polyfill-php80/bootstrap.php |
MODPATH/symfony/polyfill-ctype/bootstrap.php |
MODPATH/symfony/polyfill-ctype/bootstrap80.php |
MODPATH/symfony/polyfill-mbstring/bootstrap.php |
MODPATH/symfony/polyfill-mbstring/bootstrap80.php |
MODPATH/symfony/deprecation-contracts/function.php |
MODPATH/react/promise/src/functions_include.php |
MODPATH/react/promise/src/functions.php |
MODPATH/symfony/polyfill-intl-grapheme/bootstrap.php |
MODPATH/symfony/polyfill-intl-normalizer/bootstrap.php |
MODPATH/symfony/polyfill-intl-normalizer/bootstrap80.php |
MODPATH/symfony/string/Resources/functions.php |
MODPATH/swiftmailer/swiftmailer/lib/swift_required.php |
MODPATH/swiftmailer/swiftmailer/lib/classes/Swift.php |
MODPATH/symfony/polyfill-php73/bootstrap.php |
MODPATH/zendframework/zend-cache/autoload/patternPluginManagerPolyfill.php |
MODPATH/zendframework/zend-servicemanager/src/ServiceManager.php |
MODPATH/zendframework/zend-servicemanager/src/ServiceLocatorInterface.php |
MODPATH/psr/container/src/ContainerInterface.php |
MODPATH/container-interop/container-interop/src/Interop/Container/ContainerInterface.php |
MODPATH/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerV3Polyfill.php |
MODPATH/zendframework/zend-servicemanager/src/AbstractPluginManager.php |
MODPATH/zendframework/zend-servicemanager/src/PluginManagerInterface.php |
MODPATH/zendframework/zend-cache/src/PatternPluginManager/PatternPluginManagerTrait.php |
MODPATH/elasticsearch/elasticsearch/src/autoload.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/HotThreads.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/AbstractEndpoint.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Info.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/ReloadSecureSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Stats.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Nodes/Usage.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/GetSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cluster/PutSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutAlias.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/UpdateAliases.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ClearCache.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetFieldMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutMapping.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutSettings.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/PutTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/DeleteTemplate.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ExistsType.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/GetUpgrade.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/Upgrade.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/ValidateQuery.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/DeletePipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/GetPipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/PutPipeline.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ingest/ProcessorGrok.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/PutScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/DeleteScript.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/CreateRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/DeleteRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/GetRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/VerifyRepository.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/GetSource.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/ExistsSource.php |
MODPATH/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Tasks/ListTasks.php |
MODPATH/ezyang/htmlpurifier/library/HTMLPurifier.composer.php |
MODPATH/khanamiryan/qrcode-detector-decoder/lib/Common/customFunctions.php |
SYSPATH/classes/Log/File.php |
SYSPATH/classes/Kohana/Log/File.php |
SYSPATH/classes/Log/Writer.php |
SYSPATH/classes/Kohana/Log/Writer.php |
SYSPATH/classes/Config/File.php |
SYSPATH/classes/Kohana/Config/File.php |
SYSPATH/classes/Kohana/Config/File/Reader.php |
SYSPATH/classes/Kohana/Config/Reader.php |
SYSPATH/classes/Kohana/Config/Source.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
MODPATH/synergy/core/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
MODPATH/synergy/core/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
APPPATH/config/modules.php |
DOCROOT/modules/app.saarbruecken.de/init.php |
MODPATH/synergy/backend/classes/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule.php |
SYSPATH/i18n/en.php |
MODPATH/synergy/core/i18n/en.php |
MODPATH/synergy/backend/classes/Rule/Rule.php |
MODPATH/synergy/backend/classes/Motor/Rule/Rule.php |
MODPATH/synergy/backend/classes/Rule/Action/Select.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Select.php |
MODPATH/synergy/backend/classes/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Default.php |
MODPATH/synergy/backend/classes/Rule/Action/Checkbox.php |
MODPATH/synergy/backend/classes/Motor/Rule/Action/Checkbox.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/backend/user.php |
MODPATH/synergy/backend/classes/Component.php |
MODPATH/synergy/backend/classes/Motor/Component.php |
MODPATH/synergy/backend/classes/Component/Component.php |
MODPATH/synergy/backend/classes/Motor/Component/Component.php |
DOCROOT/modules/_base/config/components.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/backend/general.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/app_dashboard.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/general_topics.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/shortcuts.php |
DOCROOT/modules/app.saarbruecken.de/i18n/en/component/articles.php |
DOCROOT/modules/digitales_gedenken/init.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Data/Correction.php |
DOCROOT/modules/_base/classes/Model/Base.php |
MODPATH/synergy/core/classes/Model/Motor/Base.php |
MODPATH/synergy/core/classes/ORM.php |
MODPATH/koseven/koseven/modules/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
MODPATH/synergy/core/classes/Trait/Orm/Rule.php |
MODPATH/synergy/core/classes/Trait/Orm/Paginate.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Person.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Location.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Location/Synonym.php |
DOCROOT/modules/digitales_gedenken/classes/Model/Victim/Siglen.php |
DOCROOT/modules/einkaufen.saarbruecken.de/init.php |
APPPATH/i18n/en/frontend/sb/saarbruecken_einkaufen.php |
DOCROOT/modules/geniessen.saarbruecken.de/init.php |
APPPATH/i18n/en/frontend/sb/saarbruecken_geniessen.php |
DOCROOT/modules/saarbahn.de/init.php |
DOCROOT/modules/saarbruecker-stadtwerke.de/init.php |
DOCROOT/modules/_base/init.php |
MODPATH/synergy/core/classes/Event/Dispatcher.php |
MODPATH/synergy/core/classes/Motor/Event/Dispatcher.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcher.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/EventDispatcherInterface.php |
MODPATH/synergy/social-media/config/event_dispatcher.php |
DOCROOT/modules/_base/config/event_dispatcher.php |
DOCROOT/modules/_base/i18n/en/frontend/component/maengelmelder.php |
DOCROOT/modules/_base/classes/Model/Maengelmelder/Quarter.php |
DOCROOT/modules/_base/i18n/en/backend/component/maengelmelder.php |
DOCROOT/modules/_base/classes/Model/Maengelmelder/Category.php |
APPPATH/i18n/en/frontend/component/hrs/form.php |
DOCROOT/modules/_base/i18n/en/backend/component/hero/banner.php |
DOCROOT/modules/app_teaser/init.php |
DOCROOT/modules/app_teaser/i18n/en/app_teaser.php |
DOCROOT/modules/componentpopupoverride/init.php |
MODPATH/synergy/conversation/config/plugin_conversation.php |
DOCROOT/modules/_base/config/plugin_conversation.php |
DOCROOT/modules/delivery-service/init.php |
DOCROOT/modules/saarvv_reports/init.php |
DOCROOT/modules/saarvv_reports/i18n/en/saarvv_reports/general.php |
DOCROOT/modules/_sb_migrate/init.php |
DOCROOT/modules/sms_parking/init.php |
DOCROOT/modules/sms_parking/i18n/en/sms_parking/general.php |
DOCROOT/modules/trash_calculator/init.php |
DOCROOT/modules/trash_calendar/init.php |
DOCROOT/modules/trash_calendar/i18n/en/trash_calendar/general.php |
DOCROOT/modules/visit-location/init.php |
DOCROOT/modules/visit-location/i18n/en/gastro_search.php |
DOCROOT/modules/visit-location/i18n/en/gastro_detail.php |
DOCROOT/modules/visit-location/i18n/en/poi_search.php |
DOCROOT/modules/visit-location/i18n/en/poi_detail.php |
DOCROOT/modules/visit-location/i18n/en/tour_search.php |
DOCROOT/modules/visit-location/i18n/en/tour_detail.php |
DOCROOT/modules/visit-location/i18n/en/tour_mytour_list.php |
DOCROOT/modules/visit-location/i18n/en/tour_mytour_detail.php |
DOCROOT/modules/top_tips/init.php |
DOCROOT/modules/top_tips/i18n/en/top_tips/general.php |
DOCROOT/modules/towed-vehicles/init.php |
DOCROOT/modules/towed-vehicles/i18n/en/towed_vehicle.php |
DOCROOT/modules/random_suggestions/init.php |
DOCROOT/modules/random_suggestions/i18n/en/random_suggestions/general.php |
DOCROOT/modules/redirects/init.php |
DOCROOT/modules/redirects/i18n/en/redirect/redirect.php |
DOCROOT/modules/rent_calculator/init.php |
DOCROOT/modules/rent_calculator/i18n/en/rent_calculator/general.php |
DOCROOT/modules/hg_synergy/polls/init.php |
DOCROOT/modules/hg_synergy/polls/i18n/en/component/poll/show.php |
DOCROOT/modules/hg_synergy/polls/classes/Model/Poll.php |
MODPATH/synergy/accomodation/init.php |
MODPATH/synergy/address/init.php |
MODPATH/synergy/allocation-plan/init.php |
MODPATH/synergy/component-generic/init.php |
MODPATH/synergy/component-responsive/init.php |
MODPATH/synergy/construction-site/init.php |
MODPATH/synergy/conversation/init.php |
MODPATH/synergy/conversation/config/event_plugin_conversation.php |
MODPATH/synergy/downloads-with-preview-image/init.php |
MODPATH/synergy/dummy/init.php |
MODPATH/synergy/event/init.php |
MODPATH/synergy/formbuilder/init.php |
MODPATH/synergy/fulltext/init.php |
MODPATH/synergy/glossary/init.php |
MODPATH/synergy/littersort/init.php |
MODPATH/synergy/movie-database/init.php |
MODPATH/synergy/newsletter/init.php |
MODPATH/synergy/points-of-interest/init.php |
MODPATH/synergy/recaptcha-invisible/init.php |
MODPATH/synergy/shariff/init.php |
MODPATH/synergy/share-this-page/init.php |
MODPATH/synergy/shortlink/init.php |
MODPATH/synergy/slideshow-simple/init.php |
MODPATH/synergy/backend/i18n/de/backend/component.php |
DOCROOT/modules/_base/i18n/de/backend/component.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/backend/component.php |
DOCROOT/modules/digitales_gedenken/i18n/de/backend/component.php |
MODPATH/synergy/core/i18n/de.php |
MODPATH/synergy/slideshow-simple/i18n/de/backend/component/slideshow.php |
MODPATH/synergy/backend/i18n/de/backend/core.php |
MODPATH/synergy/event/i18n/de/backend/core.php |
DOCROOT/modules/delivery-service/i18n/de/backend/core.php |
DOCROOT/modules/_base/i18n/de/backend/core.php |
DOCROOT/modules/einkaufen.saarbruecken.de/i18n/de/backend/core.php |
MODPATH/synergy/slideshow-simple/i18n/de/backend/cms/slideshow.php |
MODPATH/synergy/snippetable/init.php |
MODPATH/synergy/social-media/init.php |
MODPATH/synergy/wedding-dates/init.php |
MODPATH/synergy/wedding-dates/i18n/de/backend/wedding_date.php |
MODPATH/synergy/youtube/init.php |
MODPATH/synergy/youtube/i18n/de/backend/youtube.php |
MODPATH/synergy/backend/init.php |
MODPATH/synergy/backend/i18n/de/backend/address.php |
DOCROOT/modules/_base/i18n/de/backend/address.php |
MODPATH/synergy/backend/i18n/de/backend/admin.php |
MODPATH/synergy/backend/i18n/de/backend/media.php |
DOCROOT/modules/_base/i18n/de/backend/media.php |
MODPATH/synergy/backend/i18n/de/backend/page.php |
MODPATH/synergy/backend/i18n/de/module/article.php |
MODPATH/synergy/email/init.php |
MODPATH/synergy/migrations/init.php |
MODPATH/synergy/migrations/classes/Flexiblemigrations.php |
MODPATH/synergy/migrations/classes/Kohana/Flexiblemigrations.php |
MODPATH/synergy/migrations/config/config.php |
MODPATH/synergy/pdf/init.php |
MODPATH/synergy/php7-migration/init.php |
MODPATH/synergy/smarty/classes/View.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache.php |
MODPATH/koseven/koseven/modules/cache/config/cache.php |
MODPATH/synergy/core/config/cache.php |
APPPATH/config/cache.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache/File.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache/File.php |
MODPATH/koseven/koseven/modules/cache/classes/Cache/GarbageCollect.php |
MODPATH/koseven/koseven/modules/cache/classes/Kohana/Cache/GarbageCollect.php |
MODPATH/synergy/core/classes/Request.php |
SYSPATH/classes/Kohana/Request.php |
SYSPATH/classes/HTTP/Request.php |
SYSPATH/classes/Kohana/HTTP/Request.php |
SYSPATH/classes/HTTP/Message.php |
SYSPATH/classes/Kohana/HTTP/Message.php |
MODPATH/synergy/core/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/HTTP/Header.php |
SYSPATH/classes/Kohana/HTTP/Header.php |
SYSPATH/classes/Request/Client/Internal.php |
SYSPATH/classes/Kohana/Request/Client/Internal.php |
MODPATH/synergy/core/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
DOCROOT/modules/_base/classes/Controller/Page.php |
DOCROOT/modules/app.saarbruecken.de/classes/Controller/Motor/Page.php |
DOCROOT/modules/_base/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
MODPATH/synergy/core/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
MODPATH/synergy/varnish-cache/classes/Trait/VarnishControllerTemplate.php |
MODPATH/synergy/varnish-cache/classes/Trait/VarnishPage.php |
MODPATH/synergy/smarty/classes/Smarty/Wrapper.php |
MODPATH/synergy/smarty/classes/Synergy/Smarty/Wrapper.php |
MODPATH/synergy/smarty/config/smarty.php |
DOCROOT/modules/_base/config/smarty.php |
DOCROOT/modules/_base/classes/Helper/Domain.php |
MODPATH/synergy/backend/classes/Model/Domain.php |
MODPATH/synergy/core/classes/Event.php |
MODPATH/synergy/core/classes/Motor/Event.php |
MODPATH/symfony/event-dispatcher/Symfony/Component/EventDispatcher/Event.php |
DOCROOT/modules/_base/classes/Behaviour.php |
SYSPATH/classes/Text.php |
SYSPATH/classes/Kohana/Text.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
SYSPATH/utf8/ucfirst.php |
MODPATH/synergy/core/classes/Behaviour/Search.php |
MODPATH/synergy/core/classes/Behaviour/Client.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
MODPATH/koseven/koseven/modules/database/classes/Database.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database.php |
MODPATH/koseven/koseven/modules/database/config/database.php |
DOCROOT/modules/digitales_gedenken/config/database.php |
APPPATH/config/database.php |
MODPATH/synergy/core/classes/Database/PDO.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/PDO.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Result/Cached.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Result/Cached.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Result.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Result.php |
MODPATH/koseven/koseven/modules/database/classes/DB.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/DB.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Select.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Where.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query.php |
DOCROOT/modules/_base/classes/Model/Client.php |
DOCROOT/modules/_base/classes/Model/Base/Client.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/config/session.php |
MODPATH/koseven/koseven/modules/database/config/session.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
DOCROOT/modules/_base/classes/Model/Language.php |
DOCROOT/modules/_base/classes/Helper/Pageinfo.php |
MODPATH/synergy/core/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
DOCROOT/modules/_base/classes/Model/Page.php |
MODPATH/synergy/core/classes/Model/Motor/Nested.php |
MODPATH/synergy/nested-set/classes/Kohana/ORM/Nested/Sets.php |
DOCROOT/modules/_base/classes/Behaviour/Implode.php |
DOCROOT/modules/_base/classes/Behaviour/Fulltext.php |
DOCROOT/modules/_base/classes/Behaviour/Translation.php |
MODPATH/synergy/backend/classes/Behaviour/Workflow.php |
MODPATH/synergy/core/classes/Behaviour/Tracking.php |
MODPATH/synergy/core/classes/Behaviour/Uniqid.php |
DOCROOT/modules/_base/classes/Model/Page/Version.php |
MODPATH/synergy/core/classes/Behaviour/Blame.php |
DOCROOT/modules/_base/classes/Behaviour/Fix/Emptyversion.php |
DOCROOT/modules/_base/config/dependent_languages.php |
DOCROOT/modules/app.saarbruecken.de/classes/Helper/Componentsorter.php |
DOCROOT/modules/_base/classes/Model/Client/Default/Page.php |
SYSPATH/config/url.php |
DOCROOT/modules/_base/config/url.php |
APPPATH/config/url.php |
MODPATH/synergy/varnish-cache/classes/Helper/Varnish.php |
MODPATH/synergy/core/classes/Motor/Auth.php |
APPPATH/config/auth_user.php |
MODPATH/synergy/backend/classes/Motor/Auth/User.php |
MODPATH/koseven/koseven/modules/auth/config/auth.php |
APPPATH/config/auth.php |
DOCROOT/modules/_base/classes/Helper/UrlBuilder.php |
DOCROOT/modules/app.saarbruecken.de/classes/Helper/App/User.php |
APPPATH/config/app_banner.php |
MODPATH/synergy/backend/config/project.php |
MODPATH/synergy/points-of-interest/config/project.php |
MODPATH/synergy/event/config/project.php |
DOCROOT/modules/visit-location/config/project.php |
DOCROOT/modules/_base/config/project.php |
DOCROOT/modules/einkaufen.saarbruecken.de/config/project.php |
MODPATH/synergy/backend/config/default_pages.php |
MODPATH/synergy/share-this-page/config/default_pages.php |
MODPATH/synergy/share-this-page/i18n/de/plugin/share_this_page.php |
MODPATH/synergy/newsletter/config/default_pages.php |
MODPATH/synergy/newsletter/i18n/de/plugin/newsletter.php |
MODPATH/synergy/fulltext/config/default_pages.php |
MODPATH/synergy/fulltext/i18n/de/plugin/fulltext.php |
DOCROOT/modules/_base/config/default_pages.php |
DOCROOT/modules/_base/i18n/de/project.php |
DOCROOT/modules/_base/i18n/de/backend/component/event/lslist.php |
DOCROOT/modules/max-ophuels-preis.de/config/default_pages.php |
DOCROOT/modules/_base/i18n/de/backend/component/movie/favlist.php |
DOCROOT/modules/einkaufen.saarbruecken.de/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/backend/general.php |
DOCROOT/modules/digitales_gedenken/config/default_pages.php |
DOCROOT/modules/digitales_gedenken/i18n/de/backend/victims.php |
DOCROOT/modules/app.saarbruecken.de/config/default_pages.php |
DOCROOT/modules/app.saarbruecken.de/i18n/de/app.php |
DOCROOT/modules/visit-location/i18n/de/tours.php |
MODPATH/synergy/backend/classes/Model/Page/Version/Block.php |
DOCROOT/modules/_base/classes/Model/Component/Teaser.php |
MODPATH/synergy/component-responsive/classes/Model/Component/Responsive.php |
MODPATH/synergy/component-responsive/classes/Synergy/Model/Component/Responsive.php |
MODPATH/synergy/core/classes/Model/Component/Base.php |
MODPATH/synergy/core/classes/Model/Component/Motor/Base.php |
MODPATH/synergy/component-responsive/classes/Trait/Model/Responsive/Images.php |
MODPATH/synergy/component-responsive/classes/Trait/Model/Responsive/Grid.php |
MODPATH/synergy/component-responsive/classes/Responsive/Images.php |
MODPATH/synergy/component-responsive/config/responsive_images.php |
DOCROOT/modules/_base/config/responsive_images.php |
MODPATH/synergy/core/classes/Behaviour/Attachment.php |
MODPATH/synergy/core/classes/Model/Attachment.php |
MODPATH/synergy/core/classes/Model/Motor/Attachment.php |
DOCROOT/modules/_base/classes/Model/Page/Advertisement.php |
DOCROOT/modules/_base/classes/Helper/Page.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Query/Builder/Join.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Query/Builder/Join.php |
MODPATH/synergy/core/classes/Page/Settings.php |
DOCROOT/modules/_base/classes/Helper/Weather.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/Weather.php |
DOCROOT/modules/_base/classes/Helper/Navigation.php |
SYSPATH/config/user_agents.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/App/User/Session.php |
DOCROOT/modules/app.saarbruecken.de/classes/Model/Sort.php |
DOCROOT/modules/_base/classes/Model/Component/Text.php |
MODPATH/synergy/backend/classes/Behaviour/Page/Link.php |
DOCROOT/modules/_base/classes/Controller/Frontend/Component/Text.php |
MODPATH/synergy/component-responsive/classes/Controller/Frontend/Component/Responsive.php |
MODPATH/synergy/component-responsive/classes/Synergy/Controller/Frontend/Component/Responsive.php |
DOCROOT/modules/_base/classes/Controller/Frontend/Template.php |
MODPATH/synergy/core/classes/Controller/Motor/Frontend/Template.php |
MODPATH/synergy/component-responsive/classes/Trait/Controller/Responsive/Component.php |
APPPATH/config/caching.php |
MODPATH/synergy/core/classes/Fractalizer.php |
MODPATH/league/fractal/src/Manager.php |
DOCROOT/modules/hg_synergy/polls/config/varnish.php |
DOCROOT/modules/redirects/config/varnish.php |
DOCROOT/modules/delivery-service/config/varnish.php |
DOCROOT/modules/app_teaser/config/varnish.php |
DOCROOT/modules/_base/config/varnish.php |
DOCROOT/modules/digitales_gedenken/config/varnish.php |
DOCROOT/modules/app.saarbruecken.de/config/varnish.php |
APPPATH/config/varnish.php |
DOCROOT/modules/_base/classes/Helper/Opengraph.php |
MODPATH/synergy/backend/classes/Model/Page/Link.php |
DOCROOT/modules/_base/classes/Helper/Link.php |
DOCROOT/modules/_base/i18n/de/frontend/component/page/link/service.php |
APPPATH/i18n/de/frontend/component/page/link/service.php |
MODPATH/smarty/smarty/libs/Smarty.class.php |
MODPATH/smarty/smarty/libs/Autoloader.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_data.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_template.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_resource.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_variable.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_template_source.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_method_setdebugtemplate.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_method_setautoloadfilters.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_template_compiled.php |
APPPATH/cache/smarty/compile/e49520baffc88f7b0d0d0c8763ddbe1eea01b9b8_0.file.text.tpl.php |
DOCROOT/modules/_base/smarty/plugins/modifiers/modifier.page_break.php |
MODPATH/synergy/smarty/plugins/modifiers/modifier.https.php |
MODPATH/synergy/smarty/plugins/blocks/block.a.php |
APPPATH/cache/smarty/compile/f497cad9b2ef61a029ba191ce583422ffeb0dc36_0.file.eval.tpl.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_resource_eval.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_resource_recompiled.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php |
MODPATH/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php |
MODPATH/synergy/smarty/plugins/outputfilters/outputfilter.js_collector.php |
MODPATH/synergy/smarty/plugins/outputfilters/outputfilter.css_collector.php |
DOCROOT/modules/_base/smarty/plugins/outputfilters/outputfilter.file_versioning.php |
DOCROOT/modules/_base/classes/Helper/Version.php |
MODPATH/synergy/backend/classes/Model/Component/Map.php |
DOCROOT/modules/_base/classes/Controller/Frontend/Component/Map.php |
DOCROOT/modules/_base/i18n/de/frontend/component/map.php |
DOCROOT/modules/_base/classes/Helper/Map.php |
DOCROOT/modules/_base/classes/Model/Address.php |
MODPATH/synergy/component-responsive/classes/Model/Responsive.php |
MODPATH/synergy/component-responsive/classes/Synergy/Model/Responsive.php |
MODPATH/synergy/core/classes/Behaviour/Category.php |
DOCROOT/modules/_base/classes/Model/Category.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Expression.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Expression.php |
APPPATH/cache/smarty/compile/92de977a78c39ea235eae728ee76bb2865874eb9_0.file._address_marker.tpl.php |
MODPATH/synergy/smarty/plugins/modifiers/modifier.t.php |
MODPATH/synergy/smarty/plugins/functions/function.render_attachment.php |
MODPATH/synergy/smarty/plugins/modifiers/modifier.http.php |
MODPATH/synergy/address/i18n/de/frontend/plugin/address.php |
DOCROOT/modules/_base/i18n/de/frontend/plugin/address.php |
APPPATH/i18n/de/frontend/plugin/address.php |
DOCROOT/modules/_base/classes/Model/File.php |
MODPATH/synergy/backend/classes/Model/Motor/File.php |
MODPATH/synergy/backend/classes/Behaviour/Tag.php |
MODPATH/synergy/smarty/classes/ImageRenderer.php |
MODPATH/synergy/smarty/classes/Synergy/Imagerenderer.php |
MODPATH/synergy/core/classes/Image.php |
MODPATH/koseven/koseven/modules/image/classes/Kohana/Image.php |
MODPATH/koseven/koseven/modules/image/config/image.php |
MODPATH/synergy/backend/config/image.php |
DOCROOT/modules/_base/config/image.php |
MODPATH/synergy/core/classes/Image/Imagick.php |
MODPATH/koseven/koseven/modules/image/classes/Kohana/Image/Imagick.php |
MODPATH/synergy/smarty/classes/HTML.php |
MODPATH/synergy/smarty/classes/Synergy/HTML.php |
SYSPATH/classes/Kohana/HTML.php |
MODPATH/koseven/koseven/modules/database/classes/Database/Exception.php |
MODPATH/koseven/koseven/modules/database/classes/Kohana/Database/Exception.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
MODPATH/synergy/core/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
APPPATH/views/kohana/error.php |
Loaded extensions (45)
Core |
date |
libxml |
openssl |
pcre |
sqlite3 |
zlib |
ctype |
curl |
dom |
fileinfo |
filter |
hash |
iconv |
json |
mbstring |
SPL |
session |
PDO |
pdo_sqlite |
standard |
posix |
random |
readline |
Reflection |
Phar |
SimpleXML |
tokenizer |
xml |
xmlreader |
xmlwriter |
mysqlnd |
cgi-fcgi |
apcu |
bcmath |
exif |
gd |
imagick |
intl |
memcached |
mysqli |
pdo_mysql |
sodium |
zip |
Zend OPcache |
$_SESSION
last_active |
integer 1783114523 |
$_COOKIE
$_SERVER
NVM_INC |
string(46) "/root/.nvm/versions/node/v20.18.0/include/node"
|
HOSTNAME |
string(12) "852ff50f2617"
|
PHP_VERSION |
string(6) "8.4.23"
|
PHP_INI_DIR |
string(18) "/usr/local/etc/php"
|
GPG_KEYS |
string(122) "AFD8691FDAEDF03BDF6E460563F15A9B715376CA 9D7F99A0CB8F05C8A6958D6256A97AF7600A39A6 0616E93D95AF471243E26761770426E17EBBB3DD"
|
PHP_LDFLAGS |
string(12) "-Wl,-O1 -pie"
|
PWD |
string(13) "/var/www/html"
|
MOBILITHEK_USER |
string(0) ""
|
HOME |
string(8) "/var/www"
|
PHP_SHA256 |
string(64) "1ab9f52008414e43bb2427ffa288eff2a4de39e1a830f957e800ba368d887a72"
|
PHPIZE_DEPS |
string(76) "autoconf dpkg-dev file g++ gcc libc-dev make pkg-config re2c"
|
NVM_DIR |
string(10) "/root/.nvm"
|
MOBILITHEK_PASS |
string(0) ""
|
PHP_URL |
string(51) "https://www.php.net/distributions/php-8.4.23.tar.xz"
|
SHLVL |
string(1) "0"
|
NVM_CD_FLAGS |
string(0) ""
|
PHP_CFLAGS |
string(83) "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
PATH |
string(98) "/root/.nvm/versions/node/v20.18.0/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"
|
NVM_BIN |
string(37) "/root/.nvm/versions/node/v20.18.0/bin"
|
PHP_ASC_URL |
string(55) "https://www.php.net/distributions/php-8.4.23.tar.xz.asc"
|
PHP_CPPFLAGS |
string(83) "-fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64"
|
USER |
string(8) "www-data"
|
HTTP_X_VARNISH |
string(6) "329742"
|
HTTP_ACCEPT_ENCODING |
string(4) "gzip"
|
HTTP_VIA |
string(30) "1.1 5a7e572b7e79 (Varnish/7.5)"
|
HTTP_X_FORWARDED_FOR |
string(22) "172.19.0.1, 172.19.0.4"
|
HTTP_X_REAL_IP |
string(10) "172.19.0.1"
|
HTTP_X_FORWARDED_SERVER |
string(12) "8563dc13691c"
|
HTTP_X_FORWARDED_PROTO |
string(4) "http"
|
HTTP_X_FORWARDED_PORT |
string(2) "80"
|
HTTP_X_FORWARDED_HOST |
string(17) "www.sb-staging.de"
|
HTTP_COOKIE |
string(40) "session=7829f0dbacc0871521a25959e15d4ea9"
|
HTTP_ACCEPT |
string(3) "*/*"
|
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
|
HTTP_HOST |
string(17) "www.sb-staging.de"
|
HTTPS |
string(0) ""
|
PATH_INFO |
string(0) ""
|
SCRIPT_FILENAME |
string(23) "/var/www/html/index.php"
|
REDIRECT_STATUS |
string(3) "200"
|
SERVER_NAME |
string(17) "www.sb-staging.de"
|
SERVER_PORT |
string(2) "80"
|
SERVER_ADDR |
string(10) "172.20.0.3"
|
REMOTE_PORT |
string(5) "48912"
|
REMOTE_ADDR |
string(10) "172.20.0.4"
|
SERVER_SOFTWARE |
string(12) "nginx/1.30.3"
|
GATEWAY_INTERFACE |
string(7) "CGI/1.1"
|
REQUEST_SCHEME |
string(4) "http"
|
SERVER_PROTOCOL |
string(8) "HTTP/1.1"
|
DOCUMENT_ROOT |
string(13) "/var/www/html"
|
DOCUMENT_URI |
string(10) "/index.php"
|
REQUEST_URI |
string(63) "/leben_in_saarbruecken/freizeit/spielanlagen/kinderspielplaetze"
|
SCRIPT_NAME |
string(10) "/index.php"
|
CONTENT_LENGTH |
string(0) ""
|
CONTENT_TYPE |
string(0) ""
|
REQUEST_METHOD |
string(3) "GET"
|
QUERY_STRING |
string(0) ""
|
FCGI_ROLE |
string(9) "RESPONDER"
|
PHP_SELF |
string(10) "/index.php"
|
REQUEST_TIME_FLOAT |
float 1783114522.7526 |
REQUEST_TIME |
integer 1783114522 |
argv |
array(0)
|
argc |
integer 0 |






