Database_Exception [ 1064 ]:
MODPATH/kohana-database-mysqli/classes/Kohana/Database/MySQLi.php [ 195 ]
190 {
191 // This benchmark is worthless
192 Profiler::delete($benchmark);
193 }
194
195 throw new Database_Exception(':error [ :query ]',
196 array(':error' => mysqli_error($this->_connection), ':query' => $sql),
197 mysqli_errno($this->_connection));
198 }
199
200 if (isset($benchmark))
-
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_MySQLi->query(arguments)
0
integer 1
1
string(483) " SELECT *, weight() as weight_, fotodb_fotos_ranking + ( IF( fotodb_fotos_id > 9000000 , 2 , 0 ) ) as rank FROM …"
2
bool FALSE
3
array(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);
-
APPPATH/classes/Model/Image.php [ 275 ] » Kohana_Database_Query->execute(arguments)
0
object Database_MySQLi(6)
{ protected _connection_id => string(40) "9034edaba86336f895d1b9f73fce67bcb36a1d7a" protected _identifier => string(1) "`" public last_query => string(18) " SHOW META " protected _instance => string(8) "dbsphinx" protected _connection => object mysqli(19)
{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(13) "192.168.0.120" "port" => string(4) "9306" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }270 $querySphinxData->param(':searchString', DB::expr($searchwordstr)); 271 $querySphinxData->param(':idliste', DB::expr($theImage)); 272 $querySphinxData->param(':theAuthor', DB::expr($theAuthor)); 273 $querySphinxData->param(':katliste', DB::expr($theCategories)); 274 //~ echo $querySphinxData; 275 $resultSphinxData = $querySphinxData->execute('dbsphinx')->as_array(); 276 $resultSphinxMeta = $querySphinxMeta->execute('dbsphinx')->as_array('Variable_name', 'Value'); 277 if($resultSphinxMeta['total'] > 0) { 278 //~ echo Debug::vars($resultSphinxMeta, $resultSphinxData); 279 return $resultSphinxData; 280 }
-
APPPATH/classes/Controller/Products.php [ 357 ] » Model_Image->similarImagesByAuthor()
352 // $_SESSION['GOOGLE_BASE_OFFER_ID'] = $this->request->param('id') . 'TYP' . $this->typId; 353 // echo Debug::vars($this->request->param('id') . 'TYP' . $this->typId); 354 define("GOOGLE_BASE_OFFER_ID", $this->request->param('id') . 'TYP' . $this->typId); 355 $this->productPage->previewBox->selectionToCart->defaultInfo = $defaultProduct; 356 if(! get_SIS_ID()) { 357 $similarImages = $this->image->similarImagesByAuthor(); 358 $this->productPage->similarImagesByAuthor = View::factory( 359 $this->request->controller() . '/boxen/box.similarImagesByAuthor', 360 array( 361 'images' => $similarImages, 362 )
-
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Products->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92
-
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)
0
object Controller_Products(15)
{ protected defaultProducts => object DefaultImageProduct(4)
{ protected image => object Model_Image(9)
protected productPage => object View(2){ protected _providers => array(3) ( 1 => array(1) ( "name" => string(12) "Panthermedia" ) 2 => array(1) ( "name" => string(12) "Fineartprint" ) 3 => array(1) ( "name" => string(3) "AKG" ) ) protected _id => string(8) "10688479" protected _id_string => string(10) "0010688479" protected _provider => integer 2 protected _provider_id => integer 10688479 protected _old => bool TRUE public _orm => object Model_Image_Fineartprint(37)
protected imageID => string(8) "10688479" protected sisID => bool FALSE protected sisSchemaID => string(1) "0" }{ protected _db_group => string(7) "default" protected _table_name => string(13) "fotodb_fotos2" protected _primary_key => string(15) "fotodb_fotos_id" protected _primary_val => string(21) "fotodb_fotos_bildName" protected _belongs_to => array(1) ( "user" => array(2) ( "foreign_key" => string(19) "fotodb_fotos_author" "model" => string(4) "User" ) ) protected _has_many => array(1) ( "comments" => array(4) ( "foreign_key" => string(7) "foto_id" "through" => NULL "far_key" => string(10) "comment_id" "model" => string(14) "Image_Comments" ) ) protected _has_one => array(2) ( "additional_categories" => array(2) ( "foreign_key" => string(7) "foto_id" "model" => string(27) "Image_Additional_Categories" ) "disable_entry" => array(2) ( "foreign_key" => string(7) "foto_id" "model" => string(14) "Image_Disabled" ) ) protected _load_with => array(2) ( 0 => string(21) "additional_categories" 1 => string(13) "disable_entry" ) protected _validation => NULL protected _object => array(85) ( "fotodb_fotos_id" => string(8) "10688479" "fotodb_fotos_bildDataFile" => string(87) "fotodb/user_0000000000/user_00185000/user_00185148/com/0010000000/10688000/10688479.jpg" "fotodb_fotos_bildDataWidth" => string(4) "3756" "fotodb_fotos_bildDataHeight" => string(4) "2505" "fotodb_fotos_bildDataKb" => string(4) "5024" "fotodb_fotos_bildDataType" => string(1) "0" "fotodb_fotos_disclaimer" => string(1) "9" "fotodb_fotos_bildName" => string(50) "gestrige Spinner sind jetzige Gewinner ( Knibbli )" "fotodb_fotos_suchwort" => string(428) "(mein eigener Spruch !!! Knibbli -) , Knibbli, Gewinner, erfolgreich, Spinne, Kreuz, Spruch, Genie, Wahnsinn, Weisheit, Kummer …" "fotodb_fotos_suchwort2" => string(0) "" "fotodb_fotos_suchwort_de" => string(0) "" "fotodb_fotos_suchwort_en" => string(0) "" "fotodb_fotos_desc" => string(0) "" "fotodb_fotos_kategorie1" => string(3) "137" "fotodb_fotos_kategorie2" => string(1) "0" "fotodb_fotos_kategorie3" => string(3) "202" "fotodb_fotos_serie" => string(32) "acd489e6d12d32df181dc4920b5d5663" "fotodb_fotos_allow_cd" => string(1) "0" "fotodb_fotos_allow_exklusiv" => string(1) "0" "fotodb_fotos_allow_print" => string(1) "0" "fotodb_fotos_erscheinen" => string(1) "0" "fotodb_fotos_shopinshop" => string(1) "0" "fotodb_fotos_vertrieb" => string(1) "0" "fotodb_fotos_datum" => string(10) "2012-10-12" "fotodb_fotos_author" => string(6) "185148" "fotodb_fotos_freigabe" => string(1) "0" "fotodb_fotos_freigabe_fc" => string(1) "1" "fotodb_fotos_freigabedetail" => string(0) "" "fotodb_fotos_redakteur" => string(1) "0" "fotodb_fotos_history" => string(0) "" "fotodb_fotos_redaktionell" => string(1) "7" "fotodb_fotos_modelrelease" => string(1) "0" "fotodb_fotos_propertyrelease" => string(4) "null" "fotodb_fotos_message2red" => string(1) "0" "fotodb_fotos_ranking" => string(2) "10" "fotodb_fotos_ranking_ba" => string(1) "0" "fotodb_fotos_ranking_fc" => string(1) "0" "fotodb_fotos_upid" => string(1) "0" "fotodb_fotos_searchwordset" => string(1) "0" "fotodb_fotos_redaktionvisit" => string(1) "1" "fotodb_fotos_on_cd" => string(0) "" "fotodb_fotos_visited" => string(3) "152" "fotodb_fotos_visited_ba" => string(1) "0" "fotodb_fotos_visited_ba2" => string(1) "0" "fotodb_fotos_download" => string(1) "0" "fotodb_fotos_bought" => string(1) "0" "fotodb_fotos_price" => string(1) "0" "fotodb_fotos_folder" => string(0) "" "fotodb_fotos_kommentare_int" => string(1) "1" "fotodb_fotos_ranking_week_faktor" => string(1) "0" "fotodb_fotos_ranking_month" => string(10) "0000-00-00" "fotodb_fotos_ranking_ever_int" => string(1) "1" "fotodb_fotos_searchword_set" => string(1) "0" "fotodb_fotos_color_set" => string(1) "0" "fotodb_fotos_watermark" => string(1) "0" "fotodb_fotos_collection_status" => string(1) "0" "fotodb_fotos_collection_rank" => string(1) "0" "fotodb_fotos_collection_kuendigung" => string(1) "0" "fotodb_fotos_allow_collection" => string(1) "0" "fotodb_fotos_collection_datum" => string(10) "2012-10-12" "fotodb_fotos_collection_datum_end" => string(10) "2012-10-19" "fotodb_fotos_collection_code" => string(0) "" "fotodb_fotos_collection_datum_admin" => string(19) "0000-00-00 00:00:00" "fotodb_fotos_sperre" => string(1) "0" "fotodb_fotos_typ" => string(8) "pics_com" "sw_sph" => string(47) "_sf5_,_sf38_,_sf39_,_sf40_,_sf45_,_sf46_,_sf47_" "sw_prio1_de" => string(0) "" "sw_prio2_de" => string(0) "" "sw_prio1_en" => string(0) "" "sw_prio2_en" => string(6) "is_weg" "fotodb_fotos_fav" => string(1) "1" "fotodb_fotos_genre" => string(1) "0" "fotodb_fotos_kat" => string(1) "0" "fotodb_fotos_gal" => string(5) "41289" "fotodb_fotos_ranking_datum" => string(19) "2012-10-12 23:51:38" "is_in_fotodb_fotos" => string(1) "1" "com_freigabe_sperre" => string(19) "0000-00-00 00:00:00" "last_update" => string(19) "2022-09-06 02:55:31" "image_freigabe_tapete" => string(1) "1" "image_freigabe_sonderprojekte" => string(1) "0" "redaktions_datum" => string(19) "0000-00-00 00:00:00" "is_muster" => string(1) "0" "old_ranking" => NULL "mp_release" => NULL "img_hash" => NULL ) protected _changed => array(0) protected _original_values => array(85) ( "fotodb_fotos_id" => string(8) "10688479" "fotodb_fotos_bildDataFile" => string(87) "fotodb/user_0000000000/user_00185000/user_00185148/com/0010000000/10688000/10688479.jpg" "fotodb_fotos_bildDataWidth" => string(4) "3756" "fotodb_fotos_bildDataHeight" => string(4) "2505" "fotodb_fotos_bildDataKb" => string(4) "5024" "fotodb_fotos_bildDataType" => string(1) "0" "fotodb_fotos_disclaimer" => string(1) "9" "fotodb_fotos_bildName" => string(50) "gestrige Spinner sind jetzige Gewinner ( Knibbli )" "fotodb_fotos_suchwort" => string(428) "(mein eigener Spruch !!! Knibbli -) , Knibbli, Gewinner, erfolgreich, Spinne, Kreuz, Spruch, Genie, Wahnsinn, Weisheit, Kummer …" "fotodb_fotos_suchwort2" => string(0) "" "fotodb_fotos_suchwort_de" => string(0) "" "fotodb_fotos_suchwort_en" => string(0) "" "fotodb_fotos_desc" => string(0) "" "fotodb_fotos_kategorie1" => string(3) "137" "fotodb_fotos_kategorie2" => string(1) "0" "fotodb_fotos_kategorie3" => string(3) "202" "fotodb_fotos_serie" => string(32) "acd489e6d12d32df181dc4920b5d5663" "fotodb_fotos_allow_cd" => string(1) "0" "fotodb_fotos_allow_exklusiv" => string(1) "0" "fotodb_fotos_allow_print" => string(1) "0" "fotodb_fotos_erscheinen" => string(1) "0" "fotodb_fotos_shopinshop" => string(1) "0" "fotodb_fotos_vertrieb" => string(1) "0" "fotodb_fotos_datum" => string(10) "2012-10-12" "fotodb_fotos_author" => string(6) "185148" "fotodb_fotos_freigabe" => string(1) "0" "fotodb_fotos_freigabe_fc" => string(1) "1" "fotodb_fotos_freigabedetail" => string(0) "" "fotodb_fotos_redakteur" => string(1) "0" "fotodb_fotos_history" => string(0) "" "fotodb_fotos_redaktionell" => string(1) "7" "fotodb_fotos_modelrelease" => string(1) "0" "fotodb_fotos_propertyrelease" => string(4) "null" "fotodb_fotos_message2red" => string(1) "0" "fotodb_fotos_ranking" => string(2) "10" "fotodb_fotos_ranking_ba" => string(1) "0" "fotodb_fotos_ranking_fc" => string(1) "0" "fotodb_fotos_upid" => string(1) "0" "fotodb_fotos_searchwordset" => string(1) "0" "fotodb_fotos_redaktionvisit" => string(1) "1" "fotodb_fotos_on_cd" => string(0) "" "fotodb_fotos_visited" => string(3) "152" "fotodb_fotos_visited_ba" => string(1) "0" "fotodb_fotos_visited_ba2" => string(1) "0" "fotodb_fotos_download" => string(1) "0" "fotodb_fotos_bought" => string(1) "0" "fotodb_fotos_price" => string(1) "0" "fotodb_fotos_folder" => string(0) "" "fotodb_fotos_kommentare_int" => string(1) "1" "fotodb_fotos_ranking_week_faktor" => string(1) "0" "fotodb_fotos_ranking_month" => string(10) "0000-00-00" "fotodb_fotos_ranking_ever_int" => string(1) "1" "fotodb_fotos_searchword_set" => string(1) "0" "fotodb_fotos_color_set" => string(1) "0" "fotodb_fotos_watermark" => string(1) "0" "fotodb_fotos_collection_status" => string(1) "0" "fotodb_fotos_collection_rank" => string(1) "0" "fotodb_fotos_collection_kuendigung" => string(1) "0" "fotodb_fotos_allow_collection" => string(1) "0" "fotodb_fotos_collection_datum" => string(10) "2012-10-12" "fotodb_fotos_collection_datum_end" => string(10) "2012-10-19" "fotodb_fotos_collection_code" => string(0) "" "fotodb_fotos_collection_datum_admin" => string(19) "0000-00-00 00:00:00" "fotodb_fotos_sperre" => string(1) "0" "fotodb_fotos_typ" => string(8) "pics_com" "sw_sph" => string(47) "_sf5_,_sf38_,_sf39_,_sf40_,_sf45_,_sf46_,_sf47_" "sw_prio1_de" => string(0) "" "sw_prio2_de" => string(0) "" "sw_prio1_en" => string(0) "" "sw_prio2_en" => string(6) "is_weg" "fotodb_fotos_fav" => string(1) "1" "fotodb_fotos_genre" => string(1) "0" "fotodb_fotos_kat" => string(1) "0" "fotodb_fotos_gal" => string(5) "41289" "fotodb_fotos_ranking_datum" => string(19) "2012-10-12 23:51:38" "is_in_fotodb_fotos" => string(1) "1" "com_freigabe_sperre" => string(19) "0000-00-00 00:00:00" "last_update" => string(19) "2022-09-06 02:55:31" "image_freigabe_tapete" => string(1) "1" "image_freigabe_sonderprojekte" => string(1) "0" "redaktions_datum" => string(19) "0000-00-00 00:00:00" "is_muster" => string(1) "0" "old_ranking" => NULL "mp_release" => NULL "img_hash" => NULL ) protected _related => array(2) ( "additional_categories" => object Model_Image_Additional_Categories(37)
public _sphinx => array(33) ( "id" => string(8) "10688479" "sis_id" => string(1) "0" "fotodb_fotos_author" => string(6) "185148" "fotodb_fotos_typ" => string(8) "pics_com" "author_username" => string(7) "Knibbli" "author_realname" => string(7) "Knibbli" "sort_datum" => string(10) "1349992800" "fotodb_fotos_id" => string(8) "10688479" "colors" => string(617) "{"c112":78976,"c113":438413,"c114":85269,"c30":1075,"c40":1075,"c71":1075,"c81":1075,"c82":1431,"c92":1075,"c93":981,"c102":1431 …" "solds" => NULL "fotodb_fotos_kategorie" => string(3) "137" "fotodb_fotos_erscheinen" => string(1) "2" "fotodb_fotos_freigabe" => string(1) "1" "fotodb_fotos_ranking" => string(1) "7" "fotodb_fotos_shopinshop" => string(1) "1" "fotodb_fotos_bilddatawidth" => string(4) "3756" "fotodb_fotos_bilddataheight" => string(4) "2505" "fotodb_fotos_collection_status" => string(1) "0" "fotodb_fotos_redaktionell" => string(1) "0" "fotodb_fotos_genre" => string(1) "0" "filter_format" => string(1) "0" "filter_size" => string(1) "1" "image_format" => string(1) "4" "image_ratio" => string(8) "1.499400" "image_megapixel" => string(8) "9.408800" "fotodb_fotos_suchwort" => string(445) "zzz 10688479 (mein eigener Spruch !!! Knibbli -) , Knibbli, Gewinner, erfolgreich, Spinne, Kreuz, Spruch, Genie, Wahnsinn, Wei …" "fotodb_fotos_kategorien" => string(12) "0,10,137,202" "ucloud_kategorien" => string(7) "137,202" "fotodb_fotos_bildname" => string(50) "gestrige Spinner sind jetzige Gewinner ( Knibbli )" "bildprozente" => string(2) "20" "fotodb_fotos_bilddatafile" => string(87) "fotodb/user_0000000000/user_00185000/user_00185148/com/0010000000/10688000/10688479.jpg" "weight_" => string(4) "1329" "rank" => string(1) "9" ) public _move_pics => bool FALSE }{ protected _db_group => string(7) "default" protected _table_name => string(34) "additional_categories_fotodb_fotos" protected _primary_key => string(7) "foto_id" protected _primary_val => string(5) "akat1" 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(4) ( "foto_id" => NULL "akat1" => NULL "akat2" => NULL "akat3" => 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(27) "image_additional_categories" protected _object_plural => string(29) "image_additional_categorieses" protected _table_columns => array(4) ( "foto_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "foto_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(20) "select,insert,update" ) "akat1" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "akat1" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "akat2" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "akat2" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "akat3" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "akat3" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"disable_entry" => object Model_Image_Disabled(37){ protected _connection_id => string(40) "45f074a9477eaf6b518466ae92b74fee512c4c4a" protected _identifier => string(1) "`" public last_query => string(140) "SELECT * FROM admin_aktionen WHERE (prozent!= 0 OR rabatt != 0) AND von <= '2025-05-02' AND bis >= '2025-05-02' ORDER BY von DE …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(27) "image_additional_categories" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(13) "192.168.0.121" "database" => string(9) "schubert1" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _db_group => string(7) "default" protected _table_name => string(21) "fotodb_fotos_disabled" protected _primary_key => string(7) "foto_id" protected _primary_val => string(5) "Grund" 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(3) ( "foto_id" => NULL "Grund" => NULL "last_update" => 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(14) "image_disabled" protected _object_plural => string(15) "image_disableds" protected _table_columns => array(3) ( "foto_id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(7) "foto_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(0) "" "key" => string(3) "PRI" "privileges" => string(20) "select,insert,update" ) "Grund" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "Grund" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "last_update" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_update" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "image_fineartprint" protected _object_plural => string(19) "image_fineartprints" protected _table_columns => array(85) ( "fotodb_fotos_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "fotodb_fotos_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataFile" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "fotodb_fotos_bildDataFile" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataWidth" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(26) "fotodb_fotos_bildDataWidth" "column_default" => string(1) "0" "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataHeight" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(27) "fotodb_fotos_bildDataHeight" "column_default" => string(1) "0" "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataKb" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_bildDataKb" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataType" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(25) "fotodb_fotos_bildDataType" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_disclaimer" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "fotodb_fotos_disclaimer" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildName" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "fotodb_fotos_bildName" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "80" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_suchwort" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(21) "fotodb_fotos_suchwort" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_suchwort2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(22) "fotodb_fotos_suchwort2" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_suchwort_de" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(24) "fotodb_fotos_suchwort_de" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_suchwort_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(24) "fotodb_fotos_suchwort_en" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(17) "fotodb_fotos_desc" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kategorie1" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_kategorie1" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kategorie2" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_kategorie2" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kategorie3" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_kategorie3" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_serie" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "fotodb_fotos_serie" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_allow_cd" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(21) "fotodb_fotos_allow_cd" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_allow_exklusiv" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(27) "fotodb_fotos_allow_exklusiv" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_allow_print" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(24) "fotodb_fotos_allow_print" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_erscheinen" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "fotodb_fotos_erscheinen" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_shopinshop" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "fotodb_fotos_shopinshop" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_vertrieb" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(21) "fotodb_fotos_vertrieb" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_datum" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "fotodb_fotos_datum" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_author" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(19) "fotodb_fotos_author" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_freigabe" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(21) "fotodb_fotos_freigabe" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_freigabe_fc" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(24) "fotodb_fotos_freigabe_fc" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_freigabedetail" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(27) "fotodb_fotos_freigabedetail" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_redakteur" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(22) "fotodb_fotos_redakteur" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_history" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(20) "fotodb_fotos_history" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_redaktionell" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(25) "fotodb_fotos_redaktionell" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_modelrelease" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "fotodb_fotos_modelrelease" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_propertyrelease" => array(12) ( "type" => string(6) "string" "column_name" => string(28) "fotodb_fotos_propertyrelease" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_message2red" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "fotodb_fotos_message2red" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(20) "fotodb_fotos_ranking" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_ba" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(23) "fotodb_fotos_ranking_ba" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_fc" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "fotodb_fotos_ranking_fc" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 37 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_upid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(17) "fotodb_fotos_upid" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 38 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_searchwordset" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(26) "fotodb_fotos_searchwordset" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 39 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_redaktionvisit" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(27) "fotodb_fotos_redaktionvisit" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 40 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_on_cd" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(18) "fotodb_fotos_on_cd" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 41 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_visited" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(20) "fotodb_fotos_visited" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 42 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_visited_ba" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_visited_ba" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 43 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_visited_ba2" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(24) "fotodb_fotos_visited_ba2" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 44 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_download" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(21) "fotodb_fotos_download" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 45 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bought" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(19) "fotodb_fotos_bought" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_price" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(18) "fotodb_fotos_price" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_folder" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(19) "fotodb_fotos_folder" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 48 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kommentare_int" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(27) "fotodb_fotos_kommentare_int" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 49 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_week_faktor" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(32) "fotodb_fotos_ranking_week_faktor" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 50 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_month" => array(10) ( "type" => string(6) "string" "column_name" => string(26) "fotodb_fotos_ranking_month" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 51 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_ever_int" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(29) "fotodb_fotos_ranking_ever_int" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 52 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_searchword_set" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(27) "fotodb_fotos_searchword_set" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 53 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_color_set" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(22) "fotodb_fotos_color_set" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 54 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_watermark" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(22) "fotodb_fotos_watermark" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 55 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_status" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(30) "fotodb_fotos_collection_status" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 56 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_rank" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(28) "fotodb_fotos_collection_rank" "column_default" => NULL "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 57 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_kuendigung" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(34) "fotodb_fotos_collection_kuendigung" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 58 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_allow_collection" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(29) "fotodb_fotos_allow_collection" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 59 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_datum" => array(10) ( "type" => string(6) "string" "column_name" => string(29) "fotodb_fotos_collection_datum" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 60 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_datum_end" => array(10) ( "type" => string(6) "string" "column_name" => string(33) "fotodb_fotos_collection_datum_end" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 61 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_code" => array(12) ( "type" => string(6) "string" "column_name" => string(28) "fotodb_fotos_collection_code" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 62 "character_maximum_length" => string(2) "20" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_datum_admin" => array(10) ( "type" => string(6) "string" "column_name" => string(35) "fotodb_fotos_collection_datum_admin" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 63 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_sperre" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(19) "fotodb_fotos_sperre" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 64 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_typ" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "fotodb_fotos_typ" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 65 "character_maximum_length" => string(2) "20" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "sw_sph" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "sw_sph" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 66 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "sw_prio1_de" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "sw_prio1_de" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 67 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "sw_prio2_de" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "sw_prio2_de" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 68 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "sw_prio1_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "sw_prio1_en" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 69 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "sw_prio2_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "sw_prio2_en" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 70 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_fav" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(16) "fotodb_fotos_fav" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 71 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_genre" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(18) "fotodb_fotos_genre" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 72 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kat" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "fotodb_fotos_kat" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 73 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_gal" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "fotodb_fotos_gal" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 74 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_datum" => array(10) ( "type" => string(6) "string" "column_name" => string(26) "fotodb_fotos_ranking_datum" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 75 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "is_in_fotodb_fotos" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(18) "is_in_fotodb_fotos" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 76 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "com_freigabe_sperre" => array(10) ( "type" => string(6) "string" "column_name" => string(19) "com_freigabe_sperre" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 77 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "last_update" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_update" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 78 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "image_freigabe_tapete" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(21) "image_freigabe_tapete" "column_default" => string(1) "1" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 79 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "image_freigabe_sonderprojekte" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(29) "image_freigabe_sonderprojekte" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 80 "display" => string(1) "1" "comment" => string(66) "0 - nicht geprueft, 1 - vorgeschlagen, 2 - abgelehnt, 3 - entfernt" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "redaktions_datum" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "redaktions_datum" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 81 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "is_muster" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_muster" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 82 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "old_ranking" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "old_ranking" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 83 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "mp_release" => array(12) ( "type" => string(6) "string" "binary" => bool TRUE "character_maximum_length" => string(5) "65535" "column_name" => string(10) "mp_release" "column_default" => NULL "data_type" => string(4) "blob" "is_nullable" => bool TRUE "ordinal_position" => integer 84 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "img_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "img_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 85 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(8) "10688479" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "45f074a9477eaf6b518466ae92b74fee512c4c4a" protected _identifier => string(1) "`" public last_query => string(140) "SELECT * FROM admin_aktionen WHERE (prozent!= 0 OR rabatt != 0) AND von <= '2025-05-02' AND bis >= '2025-05-02' ORDER BY von DE …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(14) "image_disabled" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(13) "192.168.0.121" "database" => string(9) "schubert1" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "45f074a9477eaf6b518466ae92b74fee512c4c4a" protected _identifier => string(1) "`" public last_query => string(140) "SELECT * FROM admin_aktionen WHERE (prozent!= 0 OR rabatt != 0) AND von <= '2025-05-02' AND bis >= '2025-05-02' ORDER BY von DE …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_applied => array(0) protected _db_pending => array(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) "image_fineartprint" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(13) "192.168.0.121" "database" => string(9) "schubert1" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _file => string(84) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/productpage.php" protected _data => array(10) ( "image" => string(8) "10688479" "productList" => array(15) ( "Leinwand" => array(21) ( "id" => string(1) "2" "name" => string(8) "leinwand" "name_eng" => string(6) "Canvas" "default" => string(2) "ja" "activate" => string(3) "yes" "view_id" => string(1) "1" "typ_id" => string(1) "2" "sort_scrollbar" => string(1) "2" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "20.86" "video" => string(4) "true" "code" => string(83) "1UXMJXDDeDc,BR15JxFtLus,7ZcNV8saOms,Rdl7sHyCdG4,UJoG903Eks8,N2Y1co-hIHM,d9gKxPiF904" "start_site" => string(4) "true" "start_site_text" => string(127) "Der Druck auf Leinwand ist eine beeindruckende Möglichkeit, ein Bild in perfekter Art und Weise direkt an die Wand zu hängen." "start_sort" => string(1) "2" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(23) "500044,19,505306,500046" ) "Tapete" => array(21) ( "id" => string(1) "6" "name" => string(6) "tapete" "name_eng" => string(9) "Wallpaper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "6" "typ_id" => string(1) "6" "sort_scrollbar" => string(2) "21" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "20" "price" => string(5) "23.96" "video" => string(4) "true" "code" => string(47) "R_mUPJikKmc,Z7JoJdTyGvg,3Q73PO8LL2g,5GPKyn4TPDQ" "start_site" => string(4) "true" "start_site_text" => string(107) "Wir drucken Ihre Wunschtapete auf Vlies exakt nach Ihren Maßen. Ihre Wand wird zum Kunstwerk, riesengroß!" "start_sort" => string(1) "6" "google_cat" => string(36) "Heim & Garten > Dekoration > Tapeten" "google_cat_id" => string(4) "2334" "google_cat_id2" => string(18) "2334,500044,500046" ) "Papier" => array(21) ( "id" => string(1) "1" "name" => string(6) "papier" "name_eng" => string(5) "Paper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "2" "typ_id" => string(1) "1" "sort_scrollbar" => string(1) "1" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "16.67" "video" => string(4) "true" "code" => string(35) "GgHcReyOXGs,yht5afOIa8k,AnX-JvWQUaE" "start_site" => string(4) "true" "start_site_text" => string(111) "Der Druck auf Künstlerpapier, auf Wunsch gerahmt hinter Glas, ist nach wie vor die erste Wahl vieler Galerien." "start_sort" => string(1) "0" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(20) "500044,597,39,500046" ) "Tasse" => array(21) ( "id" => string(2) "14" "name" => string(5) "tasse" "name_eng" => string(3) "Mug" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "14" "typ_id" => string(2) "14" "sort_scrollbar" => string(2) "14" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "jJrLG2m19Ns" "start_site" => string(4) "true" "start_site_text" => string(104) "Durch den hochwertigen Druck in Verbindung mit der glänzenden Oberfläche wird die Tasse zum Highlight." "start_sort" => string(2) "12" "google_cat" => string(90) "Heim & Garten > Küche & Esszimmer > Tafelgeschirr > Trinkgefäße > Kaffee- und Teetassen" "google_cat_id" => string(4) "6049" "google_cat_id2" => string(18) "6049,500044,500046" ) "Fensterfolie" => array(21) ( "id" => string(2) "27" "name" => string(12) "fensterfolie" "name_eng" => string(11) "Window-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "27" "typ_id" => string(2) "27" "sort_scrollbar" => string(2) "27" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "2" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(4) "9.56" "video" => string(5) "false" "code" => string(0) "" "start_site" => string(4) "true" "start_site_text" => string(134) "Lassen Sie Ihre Glasflächen in einem neuen Look erstrahlen. Weiße Flächen erscheinen nach dem Druck, in diesem Bereich transpare …" "start_sort" => string(2) "22" "google_cat" => string(61) "Heim & Garten > Dekoration > Fensterdrapierung > Fensterfolie" "google_cat_id" => string(4) "5989" "google_cat_id2" => string(23) "5989,3221,500044,500046" ) "Türfolie" => array(21) ( "id" => string(2) "23" "name" => string(13) "türfolie" "name_eng" => string(9) "Door-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "23" "typ_id" => string(2) "23" "sort_scrollbar" => string(2) "23" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "13.00" "video" => string(4) "true" "code" => string(11) "OSxw_u2_B9U" "start_site" => string(4) "true" "start_site_text" => string(103) "Mit unseren hochwertigen und einfach aufzubringenden Türfolien werden Ihre Türen zum neuen Hingucker." "start_sort" => string(2) "21" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Untersetzer" => array(21) ( "id" => string(2) "29" "name" => string(11) "untersetzer" "name_eng" => string(14) "Drink-Coasters" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "29" "typ_id" => string(2) "29" "sort_scrollbar" => string(2) "29" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "3.90" "video" => string(4) "true" "code" => string(11) "qUMXTzMjvvU" "start_site" => string(4) "true" "start_site_text" => string(124) "Der neuste Trend für Ihre Tischdekoration oder auch als Fotogeschenk das absolute Highlight, sind individuelle Untersetzer." "start_sort" => string(2) "24" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Bar-Utensilien > Glasuntersetzer & Bierdeckel" "google_cat_id" => string(4) "2363" "google_cat_id2" => string(18) "2363,500044,500046" ) "Kissen" => array(21) ( "id" => string(2) "17" "name" => string(6) "kissen" "name_eng" => string(6) "Pillow" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "17" "typ_id" => string(2) "17" "sort_scrollbar" => string(2) "17" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "19.90" "video" => string(4) "true" "code" => string(11) "0S7tzc09IZU" "start_site" => string(4) "true" "start_site_text" => string(125) "Wir bedrucken den Stoff vollflächig mit Ihrem Wunschmotiv und nähen anschließend. Dadurch entstehen keine weißen Ränder." "start_sort" => string(2) "15" "google_cat" => string(39) "Heim & Garten > Dekoration > Zierkissen" "google_cat_id" => string(4) "4454" "google_cat_id2" => string(18) "4454,500044,500046" ) "Glas-Schneidebrett" => array(21) ( "id" => string(2) "28" "name" => string(18) "glas-schneidebrett" "name_eng" => string(18) "Glass-Cuttingboard" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "28" "typ_id" => string(2) "28" "sort_scrollbar" => string(2) "28" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(5) "14.90" "video" => string(4) "true" "code" => string(11) "relHhTsfHVw" "start_site" => string(4) "true" "start_site_text" => string(99) "Die Oberfläche weist eine messerschonende geriffelte Struktur auf und ist Spülmaschinen geeignet." "start_sort" => string(2) "23" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Küchenhelfer & -utensilien > Schneidebretter" "google_cat_id" => string(3) "666" "google_cat_id2" => string(17) "666,500044,500046" ) "Mousepad" => array(21) ( "id" => string(2) "13" "name" => string(8) "mousepad" "name_eng" => string(8) "Mousepad" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "13" "typ_id" => string(2) "13" "sort_scrollbar" => string(2) "13" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "5" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "5" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "Hy81AEnUEsc" "start_site" => string(4) "true" "start_site_text" => string(86) "Der hochwertige Druck macht unsere Mauspads zum neuen Liebling auf Ihrem Schreibtisch." "start_sort" => string(2) "11" "google_cat" => string(67) "Elektronik > Elektronisches Zubehör > Computerzubehör > Mousepads" "google_cat_id" => string(4) "1993" "google_cat_id2" => string(18) "1993,500044,500046" ) "Poster" => array(21) ( "id" => string(1) "7" "name" => string(6) "poster" "name_eng" => string(6) "Poster" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "7" "typ_id" => string(1) "7" "sort_scrollbar" => string(1) "7" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "6" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(4) "9.84" "video" => string(4) "true" "code" => string(23) "kKrnEL325S0,YSD1jt92tV8" "start_site" => string(4) "true" "start_site_text" => string(119) "Nur Poster wäre wirklich nicht der passende Begriff für diese hochwertigen Ausdrucke auf feinstem Premium Fotopapier." "start_sort" => string(1) "7" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(13) "500044,500046" ) "Label" => array(21) ( "id" => string(1) "9" "name" => string(5) "label" "name_eng" => string(5) "Label" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "9" "typ_id" => string(1) "9" "sort_scrollbar" => string(1) "9" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "7" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(5) "10.80" "video" => string(4) "true" "code" => string(11) "acOSZNXbY2E" "start_site" => string(4) "true" "start_site_text" => string(129) "Das Label besitzt eine High-Tech-Klebeschicht, die es auch bei sehr großen Formaten ermöglicht, völlig blasenfrei aufzukleben." "start_sort" => string(1) "9" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Grußkarte" => array(21) ( "id" => string(1) "5" "name" => string(10) "grußkarte" "name_eng" => string(13) "Greeting-card" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "5" "typ_id" => string(1) "5" "sort_scrollbar" => string(1) "5" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "8" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(4) "2.69" "video" => string(4) "true" "code" => string(11) "hp5afIjTZg8" "start_site" => string(4) "true" "start_site_text" => string(118) "Auf modernsten Drucksystemen entstehen alle Grußkarten in der gleichen Museumsqualität, wie unsere anderen Produkte." "start_sort" => string(2) "18" "google_cat" => string(62) "Kunst & Unterhaltung > Party & Feiern > Schenken > Grußkarten" "google_cat_id" => string(2) "95" "google_cat_id2" => string(24) "95,1371,24,500044,500046" ) "Tischdecke" => array(21) ( "id" => string(2) "22" "name" => string(10) "tischdecke" "name_eng" => string(10) "Tablecloth" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "22" "typ_id" => string(2) "22" "sort_scrollbar" => string(2) "22" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "8" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "14.26" "video" => string(4) "true" "code" => string(11) "QU5Puf9-ACs" "start_site" => string(4) "true" "start_site_text" => string(136) "Die Tischdecke lässt Ihr zu Hause im neuen Design erstrahlen. Sie besteht aus einem leichtem Stoff, die Naht wird dem Muster ang …" "start_sort" => string(2) "20" "google_cat" => string(72) "Heim & Garten > Bett- und Haushaltswäsche > Tischwäsche > Tischtücher" "google_cat_id" => string(4) "4143" "google_cat_id2" => string(18) "4143,500044,500046" ) "Schieferplatte" => array(21) ( "id" => string(2) "30" "name" => string(14) "schieferplatte" "name_eng" => string(13) "Slate-Platter" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "30" "typ_id" => string(2) "30" "sort_scrollbar" => string(2) "30" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(2) "10" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "18.90" "video" => string(4) "true" "code" => string(23) "KkuMER8JyY0,K0gOzz9JlT8" "start_site" => string(4) "true" "start_site_text" => string(124) "Die natürliche Oberflächenstruktur mit welligen und abfallenden Rändern verleiht Ihren Motiven einen echten Schieferlook." "start_sort" => string(2) "25" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(22) "500044,2377,597,500046" ) ) "previewBox" => object View(2)
protected image => object Model_Image(9){ protected _file => string(92) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/previewboxen/papier.php" protected _data => array(1) ( "selectionToCart" => object View(2)
"styleShared" => object View(2){ protected _file => string(102) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/boxen/box.yourSelectionToCart.php" protected _data => array(4) ( "detailname" => string(17) "Details zu Papier" "productList" => array(15) ( "Leinwand" => array(21) ( "id" => string(1) "2" "name" => string(8) "leinwand" "name_eng" => string(6) "Canvas" "default" => string(2) "ja" "activate" => string(3) "yes" "view_id" => string(1) "1" "typ_id" => string(1) "2" "sort_scrollbar" => string(1) "2" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "20.86" "video" => string(4) "true" "code" => string(83) "1UXMJXDDeDc,BR15JxFtLus,7ZcNV8saOms,Rdl7sHyCdG4,UJoG903Eks8,N2Y1co-hIHM,d9gKxPiF904" "start_site" => string(4) "true" "start_site_text" => string(127) "Der Druck auf Leinwand ist eine beeindruckende Möglichkeit, ein Bild in perfekter Art und Weise direkt an die Wand zu hängen." "start_sort" => string(1) "2" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(23) "500044,19,505306,500046" ) "Tapete" => array(21) ( "id" => string(1) "6" "name" => string(6) "tapete" "name_eng" => string(9) "Wallpaper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "6" "typ_id" => string(1) "6" "sort_scrollbar" => string(2) "21" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "20" "price" => string(5) "23.96" "video" => string(4) "true" "code" => string(47) "R_mUPJikKmc,Z7JoJdTyGvg,3Q73PO8LL2g,5GPKyn4TPDQ" "start_site" => string(4) "true" "start_site_text" => string(107) "Wir drucken Ihre Wunschtapete auf Vlies exakt nach Ihren Maßen. Ihre Wand wird zum Kunstwerk, riesengroß!" "start_sort" => string(1) "6" "google_cat" => string(36) "Heim & Garten > Dekoration > Tapeten" "google_cat_id" => string(4) "2334" "google_cat_id2" => string(18) "2334,500044,500046" ) "Papier" => array(21) ( "id" => string(1) "1" "name" => string(6) "papier" "name_eng" => string(5) "Paper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "2" "typ_id" => string(1) "1" "sort_scrollbar" => string(1) "1" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "16.67" "video" => string(4) "true" "code" => string(35) "GgHcReyOXGs,yht5afOIa8k,AnX-JvWQUaE" "start_site" => string(4) "true" "start_site_text" => string(111) "Der Druck auf Künstlerpapier, auf Wunsch gerahmt hinter Glas, ist nach wie vor die erste Wahl vieler Galerien." "start_sort" => string(1) "0" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(20) "500044,597,39,500046" ) "Tasse" => array(21) ( "id" => string(2) "14" "name" => string(5) "tasse" "name_eng" => string(3) "Mug" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "14" "typ_id" => string(2) "14" "sort_scrollbar" => string(2) "14" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "jJrLG2m19Ns" "start_site" => string(4) "true" "start_site_text" => string(104) "Durch den hochwertigen Druck in Verbindung mit der glänzenden Oberfläche wird die Tasse zum Highlight." "start_sort" => string(2) "12" "google_cat" => string(90) "Heim & Garten > Küche & Esszimmer > Tafelgeschirr > Trinkgefäße > Kaffee- und Teetassen" "google_cat_id" => string(4) "6049" "google_cat_id2" => string(18) "6049,500044,500046" ) "Fensterfolie" => array(21) ( "id" => string(2) "27" "name" => string(12) "fensterfolie" "name_eng" => string(11) "Window-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "27" "typ_id" => string(2) "27" "sort_scrollbar" => string(2) "27" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "2" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(4) "9.56" "video" => string(5) "false" "code" => string(0) "" "start_site" => string(4) "true" "start_site_text" => string(134) "Lassen Sie Ihre Glasflächen in einem neuen Look erstrahlen. Weiße Flächen erscheinen nach dem Druck, in diesem Bereich transpare …" "start_sort" => string(2) "22" "google_cat" => string(61) "Heim & Garten > Dekoration > Fensterdrapierung > Fensterfolie" "google_cat_id" => string(4) "5989" "google_cat_id2" => string(23) "5989,3221,500044,500046" ) "Türfolie" => array(21) ( "id" => string(2) "23" "name" => string(13) "türfolie" "name_eng" => string(9) "Door-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "23" "typ_id" => string(2) "23" "sort_scrollbar" => string(2) "23" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "13.00" "video" => string(4) "true" "code" => string(11) "OSxw_u2_B9U" "start_site" => string(4) "true" "start_site_text" => string(103) "Mit unseren hochwertigen und einfach aufzubringenden Türfolien werden Ihre Türen zum neuen Hingucker." "start_sort" => string(2) "21" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Untersetzer" => array(21) ( "id" => string(2) "29" "name" => string(11) "untersetzer" "name_eng" => string(14) "Drink-Coasters" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "29" "typ_id" => string(2) "29" "sort_scrollbar" => string(2) "29" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "3.90" "video" => string(4) "true" "code" => string(11) "qUMXTzMjvvU" "start_site" => string(4) "true" "start_site_text" => string(124) "Der neuste Trend für Ihre Tischdekoration oder auch als Fotogeschenk das absolute Highlight, sind individuelle Untersetzer." "start_sort" => string(2) "24" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Bar-Utensilien > Glasuntersetzer & Bierdeckel" "google_cat_id" => string(4) "2363" "google_cat_id2" => string(18) "2363,500044,500046" ) "Kissen" => array(21) ( "id" => string(2) "17" "name" => string(6) "kissen" "name_eng" => string(6) "Pillow" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "17" "typ_id" => string(2) "17" "sort_scrollbar" => string(2) "17" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "19.90" "video" => string(4) "true" "code" => string(11) "0S7tzc09IZU" "start_site" => string(4) "true" "start_site_text" => string(125) "Wir bedrucken den Stoff vollflächig mit Ihrem Wunschmotiv und nähen anschließend. Dadurch entstehen keine weißen Ränder." "start_sort" => string(2) "15" "google_cat" => string(39) "Heim & Garten > Dekoration > Zierkissen" "google_cat_id" => string(4) "4454" "google_cat_id2" => string(18) "4454,500044,500046" ) "Glas-Schneidebrett" => array(21) ( "id" => string(2) "28" "name" => string(18) "glas-schneidebrett" "name_eng" => string(18) "Glass-Cuttingboard" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "28" "typ_id" => string(2) "28" "sort_scrollbar" => string(2) "28" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(5) "14.90" "video" => string(4) "true" "code" => string(11) "relHhTsfHVw" "start_site" => string(4) "true" "start_site_text" => string(99) "Die Oberfläche weist eine messerschonende geriffelte Struktur auf und ist Spülmaschinen geeignet." "start_sort" => string(2) "23" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Küchenhelfer & -utensilien > Schneidebretter" "google_cat_id" => string(3) "666" "google_cat_id2" => string(17) "666,500044,500046" ) "Mousepad" => array(21) ( "id" => string(2) "13" "name" => string(8) "mousepad" "name_eng" => string(8) "Mousepad" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "13" "typ_id" => string(2) "13" "sort_scrollbar" => string(2) "13" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "5" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "5" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "Hy81AEnUEsc" "start_site" => string(4) "true" "start_site_text" => string(86) "Der hochwertige Druck macht unsere Mauspads zum neuen Liebling auf Ihrem Schreibtisch." "start_sort" => string(2) "11" "google_cat" => string(67) "Elektronik > Elektronisches Zubehör > Computerzubehör > Mousepads" "google_cat_id" => string(4) "1993" "google_cat_id2" => string(18) "1993,500044,500046" ) "Poster" => array(21) ( "id" => string(1) "7" "name" => string(6) "poster" "name_eng" => string(6) "Poster" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "7" "typ_id" => string(1) "7" "sort_scrollbar" => string(1) "7" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "6" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(4) "9.84" "video" => string(4) "true" "code" => string(23) "kKrnEL325S0,YSD1jt92tV8" "start_site" => string(4) "true" "start_site_text" => string(119) "Nur Poster wäre wirklich nicht der passende Begriff für diese hochwertigen Ausdrucke auf feinstem Premium Fotopapier." "start_sort" => string(1) "7" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(13) "500044,500046" ) "Label" => array(21) ( "id" => string(1) "9" "name" => string(5) "label" "name_eng" => string(5) "Label" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "9" "typ_id" => string(1) "9" "sort_scrollbar" => string(1) "9" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "7" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(5) "10.80" "video" => string(4) "true" "code" => string(11) "acOSZNXbY2E" "start_site" => string(4) "true" "start_site_text" => string(129) "Das Label besitzt eine High-Tech-Klebeschicht, die es auch bei sehr großen Formaten ermöglicht, völlig blasenfrei aufzukleben." "start_sort" => string(1) "9" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Grußkarte" => array(21) ( "id" => string(1) "5" "name" => string(10) "grußkarte" "name_eng" => string(13) "Greeting-card" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "5" "typ_id" => string(1) "5" "sort_scrollbar" => string(1) "5" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "8" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(4) "2.69" "video" => string(4) "true" "code" => string(11) "hp5afIjTZg8" "start_site" => string(4) "true" "start_site_text" => string(118) "Auf modernsten Drucksystemen entstehen alle Grußkarten in der gleichen Museumsqualität, wie unsere anderen Produkte." "start_sort" => string(2) "18" "google_cat" => string(62) "Kunst & Unterhaltung > Party & Feiern > Schenken > Grußkarten" "google_cat_id" => string(2) "95" "google_cat_id2" => string(24) "95,1371,24,500044,500046" ) "Tischdecke" => array(21) ( "id" => string(2) "22" "name" => string(10) "tischdecke" "name_eng" => string(10) "Tablecloth" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "22" "typ_id" => string(2) "22" "sort_scrollbar" => string(2) "22" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "8" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "14.26" "video" => string(4) "true" "code" => string(11) "QU5Puf9-ACs" "start_site" => string(4) "true" "start_site_text" => string(136) "Die Tischdecke lässt Ihr zu Hause im neuen Design erstrahlen. Sie besteht aus einem leichtem Stoff, die Naht wird dem Muster ang …" "start_sort" => string(2) "20" "google_cat" => string(72) "Heim & Garten > Bett- und Haushaltswäsche > Tischwäsche > Tischtücher" "google_cat_id" => string(4) "4143" "google_cat_id2" => string(18) "4143,500044,500046" ) "Schieferplatte" => array(21) ( "id" => string(2) "30" "name" => string(14) "schieferplatte" "name_eng" => string(13) "Slate-Platter" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "30" "typ_id" => string(2) "30" "sort_scrollbar" => string(2) "30" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(2) "10" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "18.90" "video" => string(4) "true" "code" => string(23) "KkuMER8JyY0,K0gOzz9JlT8" "start_site" => string(4) "true" "start_site_text" => string(124) "Die natürliche Oberflächenstruktur mit welligen und abfallenden Rändern verleiht Ihren Motiven einen echten Schieferlook." "start_sort" => string(2) "25" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(22) "500044,2377,597,500046" ) ) "detailpage" => array(1) ( 0 => string(1) "1" ) "defaultInfo" => array(12) ( "description" => string(337) "<span itemprop="name"><strong>Papier </strong> <strong>30 x 20 cm</strong></span> <hr /> <ul itemprop="description"> <li> …" "description_short" => string(82) "<span itemprop="name"><strong>Papier </strong> <strong>30 x 20 cm</strong></span> " "priceItemGoogle" => string(5) "23.82" "priceItem" => string(17) "23,82 €" "pricePos" => string(17) "23,82 €" "staffel" => bool FALSE "shipping" => array(4) ( 0 => float 5.9 1 => float 14.9 2 => float 29.9 3 => float 49.9 ) "to_cart" => bool FALSE "priceHerstell" => bool FALSE "priceStatt" => bool FALSE "uniqid" => string(27) "10688479-1-30x20-11-gerollt" "mwst" => string(2) "19" ) ) }
) }{ protected _file => string(83) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/styles/css.php" protected _data => array(0) }
"scriptShared" => object View(2){ protected _file => string(83) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/scripts/js.php" protected _data => array(2) ( "imageDatenJs" => array(3) ( "id" => string(8) "10688479" "width" => string(4) "3756" "height" => string(4) "2505" ) "sizeLimits" => array(7) ( "minLength" => integer 15 "maxLengthShort" => integer 90 "maxLengthLong" => integer 200 "minPassepartout" => integer 3 "maxPassepartout" => integer 5 "minStep" => integer 1 "maxStep" => integer 1 ) ) }
"produktwahl" => object View(2){ protected _file => string(96) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/boxen/box.productselect.php" protected _data => array(2) ( "image" => string(8) "10688479" "productList" => array(15) ( "Leinwand" => array(21) ( "id" => string(1) "2" "name" => string(8) "leinwand" "name_eng" => string(6) "Canvas" "default" => string(2) "ja" "activate" => string(3) "yes" "view_id" => string(1) "1" "typ_id" => string(1) "2" "sort_scrollbar" => string(1) "2" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "20.86" "video" => string(4) "true" "code" => string(83) "1UXMJXDDeDc,BR15JxFtLus,7ZcNV8saOms,Rdl7sHyCdG4,UJoG903Eks8,N2Y1co-hIHM,d9gKxPiF904" "start_site" => string(4) "true" "start_site_text" => string(127) "Der Druck auf Leinwand ist eine beeindruckende Möglichkeit, ein Bild in perfekter Art und Weise direkt an die Wand zu hängen." "start_sort" => string(1) "2" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(23) "500044,19,505306,500046" ) "Tapete" => array(21) ( "id" => string(1) "6" "name" => string(6) "tapete" "name_eng" => string(9) "Wallpaper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "6" "typ_id" => string(1) "6" "sort_scrollbar" => string(2) "21" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "20" "price" => string(5) "23.96" "video" => string(4) "true" "code" => string(47) "R_mUPJikKmc,Z7JoJdTyGvg,3Q73PO8LL2g,5GPKyn4TPDQ" "start_site" => string(4) "true" "start_site_text" => string(107) "Wir drucken Ihre Wunschtapete auf Vlies exakt nach Ihren Maßen. Ihre Wand wird zum Kunstwerk, riesengroß!" "start_sort" => string(1) "6" "google_cat" => string(36) "Heim & Garten > Dekoration > Tapeten" "google_cat_id" => string(4) "2334" "google_cat_id2" => string(18) "2334,500044,500046" ) "Papier" => array(21) ( "id" => string(1) "1" "name" => string(6) "papier" "name_eng" => string(5) "Paper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "2" "typ_id" => string(1) "1" "sort_scrollbar" => string(1) "1" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "16.67" "video" => string(4) "true" "code" => string(35) "GgHcReyOXGs,yht5afOIa8k,AnX-JvWQUaE" "start_site" => string(4) "true" "start_site_text" => string(111) "Der Druck auf Künstlerpapier, auf Wunsch gerahmt hinter Glas, ist nach wie vor die erste Wahl vieler Galerien." "start_sort" => string(1) "0" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(20) "500044,597,39,500046" ) "Tasse" => array(21) ( "id" => string(2) "14" "name" => string(5) "tasse" "name_eng" => string(3) "Mug" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "14" "typ_id" => string(2) "14" "sort_scrollbar" => string(2) "14" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "jJrLG2m19Ns" "start_site" => string(4) "true" "start_site_text" => string(104) "Durch den hochwertigen Druck in Verbindung mit der glänzenden Oberfläche wird die Tasse zum Highlight." "start_sort" => string(2) "12" "google_cat" => string(90) "Heim & Garten > Küche & Esszimmer > Tafelgeschirr > Trinkgefäße > Kaffee- und Teetassen" "google_cat_id" => string(4) "6049" "google_cat_id2" => string(18) "6049,500044,500046" ) "Fensterfolie" => array(21) ( "id" => string(2) "27" "name" => string(12) "fensterfolie" "name_eng" => string(11) "Window-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "27" "typ_id" => string(2) "27" "sort_scrollbar" => string(2) "27" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "2" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(4) "9.56" "video" => string(5) "false" "code" => string(0) "" "start_site" => string(4) "true" "start_site_text" => string(134) "Lassen Sie Ihre Glasflächen in einem neuen Look erstrahlen. Weiße Flächen erscheinen nach dem Druck, in diesem Bereich transpare …" "start_sort" => string(2) "22" "google_cat" => string(61) "Heim & Garten > Dekoration > Fensterdrapierung > Fensterfolie" "google_cat_id" => string(4) "5989" "google_cat_id2" => string(23) "5989,3221,500044,500046" ) "Türfolie" => array(21) ( "id" => string(2) "23" "name" => string(13) "türfolie" "name_eng" => string(9) "Door-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "23" "typ_id" => string(2) "23" "sort_scrollbar" => string(2) "23" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "13.00" "video" => string(4) "true" "code" => string(11) "OSxw_u2_B9U" "start_site" => string(4) "true" "start_site_text" => string(103) "Mit unseren hochwertigen und einfach aufzubringenden Türfolien werden Ihre Türen zum neuen Hingucker." "start_sort" => string(2) "21" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Untersetzer" => array(21) ( "id" => string(2) "29" "name" => string(11) "untersetzer" "name_eng" => string(14) "Drink-Coasters" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "29" "typ_id" => string(2) "29" "sort_scrollbar" => string(2) "29" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "3.90" "video" => string(4) "true" "code" => string(11) "qUMXTzMjvvU" "start_site" => string(4) "true" "start_site_text" => string(124) "Der neuste Trend für Ihre Tischdekoration oder auch als Fotogeschenk das absolute Highlight, sind individuelle Untersetzer." "start_sort" => string(2) "24" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Bar-Utensilien > Glasuntersetzer & Bierdeckel" "google_cat_id" => string(4) "2363" "google_cat_id2" => string(18) "2363,500044,500046" ) "Kissen" => array(21) ( "id" => string(2) "17" "name" => string(6) "kissen" "name_eng" => string(6) "Pillow" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "17" "typ_id" => string(2) "17" "sort_scrollbar" => string(2) "17" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "19.90" "video" => string(4) "true" "code" => string(11) "0S7tzc09IZU" "start_site" => string(4) "true" "start_site_text" => string(125) "Wir bedrucken den Stoff vollflächig mit Ihrem Wunschmotiv und nähen anschließend. Dadurch entstehen keine weißen Ränder." "start_sort" => string(2) "15" "google_cat" => string(39) "Heim & Garten > Dekoration > Zierkissen" "google_cat_id" => string(4) "4454" "google_cat_id2" => string(18) "4454,500044,500046" ) "Glas-Schneidebrett" => array(21) ( "id" => string(2) "28" "name" => string(18) "glas-schneidebrett" "name_eng" => string(18) "Glass-Cuttingboard" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "28" "typ_id" => string(2) "28" "sort_scrollbar" => string(2) "28" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(5) "14.90" "video" => string(4) "true" "code" => string(11) "relHhTsfHVw" "start_site" => string(4) "true" "start_site_text" => string(99) "Die Oberfläche weist eine messerschonende geriffelte Struktur auf und ist Spülmaschinen geeignet." "start_sort" => string(2) "23" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Küchenhelfer & -utensilien > Schneidebretter" "google_cat_id" => string(3) "666" "google_cat_id2" => string(17) "666,500044,500046" ) "Mousepad" => array(21) ( "id" => string(2) "13" "name" => string(8) "mousepad" "name_eng" => string(8) "Mousepad" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "13" "typ_id" => string(2) "13" "sort_scrollbar" => string(2) "13" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "5" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "5" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "Hy81AEnUEsc" "start_site" => string(4) "true" "start_site_text" => string(86) "Der hochwertige Druck macht unsere Mauspads zum neuen Liebling auf Ihrem Schreibtisch." "start_sort" => string(2) "11" "google_cat" => string(67) "Elektronik > Elektronisches Zubehör > Computerzubehör > Mousepads" "google_cat_id" => string(4) "1993" "google_cat_id2" => string(18) "1993,500044,500046" ) "Poster" => array(21) ( "id" => string(1) "7" "name" => string(6) "poster" "name_eng" => string(6) "Poster" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "7" "typ_id" => string(1) "7" "sort_scrollbar" => string(1) "7" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "6" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(4) "9.84" "video" => string(4) "true" "code" => string(23) "kKrnEL325S0,YSD1jt92tV8" "start_site" => string(4) "true" "start_site_text" => string(119) "Nur Poster wäre wirklich nicht der passende Begriff für diese hochwertigen Ausdrucke auf feinstem Premium Fotopapier." "start_sort" => string(1) "7" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(13) "500044,500046" ) "Label" => array(21) ( "id" => string(1) "9" "name" => string(5) "label" "name_eng" => string(5) "Label" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "9" "typ_id" => string(1) "9" "sort_scrollbar" => string(1) "9" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "7" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(5) "10.80" "video" => string(4) "true" "code" => string(11) "acOSZNXbY2E" "start_site" => string(4) "true" "start_site_text" => string(129) "Das Label besitzt eine High-Tech-Klebeschicht, die es auch bei sehr großen Formaten ermöglicht, völlig blasenfrei aufzukleben." "start_sort" => string(1) "9" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Grußkarte" => array(21) ( "id" => string(1) "5" "name" => string(10) "grußkarte" "name_eng" => string(13) "Greeting-card" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "5" "typ_id" => string(1) "5" "sort_scrollbar" => string(1) "5" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "8" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(4) "2.69" "video" => string(4) "true" "code" => string(11) "hp5afIjTZg8" "start_site" => string(4) "true" "start_site_text" => string(118) "Auf modernsten Drucksystemen entstehen alle Grußkarten in der gleichen Museumsqualität, wie unsere anderen Produkte." "start_sort" => string(2) "18" "google_cat" => string(62) "Kunst & Unterhaltung > Party & Feiern > Schenken > Grußkarten" "google_cat_id" => string(2) "95" "google_cat_id2" => string(24) "95,1371,24,500044,500046" ) "Tischdecke" => array(21) ( "id" => string(2) "22" "name" => string(10) "tischdecke" "name_eng" => string(10) "Tablecloth" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "22" "typ_id" => string(2) "22" "sort_scrollbar" => string(2) "22" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "8" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "14.26" "video" => string(4) "true" "code" => string(11) "QU5Puf9-ACs" "start_site" => string(4) "true" "start_site_text" => string(136) "Die Tischdecke lässt Ihr zu Hause im neuen Design erstrahlen. Sie besteht aus einem leichtem Stoff, die Naht wird dem Muster ang …" "start_sort" => string(2) "20" "google_cat" => string(72) "Heim & Garten > Bett- und Haushaltswäsche > Tischwäsche > Tischtücher" "google_cat_id" => string(4) "4143" "google_cat_id2" => string(18) "4143,500044,500046" ) "Schieferplatte" => array(21) ( "id" => string(2) "30" "name" => string(14) "schieferplatte" "name_eng" => string(13) "Slate-Platter" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "30" "typ_id" => string(2) "30" "sort_scrollbar" => string(2) "30" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(2) "10" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "18.90" "video" => string(4) "true" "code" => string(23) "KkuMER8JyY0,K0gOzz9JlT8" "start_site" => string(4) "true" "start_site_text" => string(124) "Die natürliche Oberflächenstruktur mit welligen und abfallenden Rändern verleiht Ihren Motiven einen echten Schieferlook." "start_sort" => string(2) "25" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(22) "500044,2377,597,500046" ) ) ) }
"spiegelauswahl" => object View(2){ protected _file => string(97) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/boxen/box.spiegelauswahl.php" protected _data => array(1) ( "availableSpiegels" => array(3) ( "normal" => bool TRUE "flop" => bool FALSE "flip" => bool FALSE ) ) }
"filterauswahl" => object View(2){ protected _file => string(96) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/boxen/box.filterauswahl.php" protected _data => array(1) ( "availableFilters" => array(4) ( "normal" => bool TRUE "bw" => bool FALSE "sepia" => bool FALSE "negate" => bool FALSE ) ) }
"selectionToCart" => object View(2){ protected _file => string(102) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/boxen/box.yourSelectionToCart.php" protected _data => array(3) ( "detailname" => string(17) "Details zu Papier" "productList" => array(15) ( "Leinwand" => array(21) ( "id" => string(1) "2" "name" => string(8) "leinwand" "name_eng" => string(6) "Canvas" "default" => string(2) "ja" "activate" => string(3) "yes" "view_id" => string(1) "1" "typ_id" => string(1) "2" "sort_scrollbar" => string(1) "2" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "20.86" "video" => string(4) "true" "code" => string(83) "1UXMJXDDeDc,BR15JxFtLus,7ZcNV8saOms,Rdl7sHyCdG4,UJoG903Eks8,N2Y1co-hIHM,d9gKxPiF904" "start_site" => string(4) "true" "start_site_text" => string(127) "Der Druck auf Leinwand ist eine beeindruckende Möglichkeit, ein Bild in perfekter Art und Weise direkt an die Wand zu hängen." "start_sort" => string(1) "2" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(23) "500044,19,505306,500046" ) "Tapete" => array(21) ( "id" => string(1) "6" "name" => string(6) "tapete" "name_eng" => string(9) "Wallpaper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "6" "typ_id" => string(1) "6" "sort_scrollbar" => string(2) "21" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "20" "price" => string(5) "23.96" "video" => string(4) "true" "code" => string(47) "R_mUPJikKmc,Z7JoJdTyGvg,3Q73PO8LL2g,5GPKyn4TPDQ" "start_site" => string(4) "true" "start_site_text" => string(107) "Wir drucken Ihre Wunschtapete auf Vlies exakt nach Ihren Maßen. Ihre Wand wird zum Kunstwerk, riesengroß!" "start_sort" => string(1) "6" "google_cat" => string(36) "Heim & Garten > Dekoration > Tapeten" "google_cat_id" => string(4) "2334" "google_cat_id2" => string(18) "2334,500044,500046" ) "Papier" => array(21) ( "id" => string(1) "1" "name" => string(6) "papier" "name_eng" => string(5) "Paper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "2" "typ_id" => string(1) "1" "sort_scrollbar" => string(1) "1" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "16.67" "video" => string(4) "true" "code" => string(35) "GgHcReyOXGs,yht5afOIa8k,AnX-JvWQUaE" "start_site" => string(4) "true" "start_site_text" => string(111) "Der Druck auf Künstlerpapier, auf Wunsch gerahmt hinter Glas, ist nach wie vor die erste Wahl vieler Galerien." "start_sort" => string(1) "0" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(20) "500044,597,39,500046" ) "Tasse" => array(21) ( "id" => string(2) "14" "name" => string(5) "tasse" "name_eng" => string(3) "Mug" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "14" "typ_id" => string(2) "14" "sort_scrollbar" => string(2) "14" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "jJrLG2m19Ns" "start_site" => string(4) "true" "start_site_text" => string(104) "Durch den hochwertigen Druck in Verbindung mit der glänzenden Oberfläche wird die Tasse zum Highlight." "start_sort" => string(2) "12" "google_cat" => string(90) "Heim & Garten > Küche & Esszimmer > Tafelgeschirr > Trinkgefäße > Kaffee- und Teetassen" "google_cat_id" => string(4) "6049" "google_cat_id2" => string(18) "6049,500044,500046" ) "Fensterfolie" => array(21) ( "id" => string(2) "27" "name" => string(12) "fensterfolie" "name_eng" => string(11) "Window-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "27" "typ_id" => string(2) "27" "sort_scrollbar" => string(2) "27" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "2" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(4) "9.56" "video" => string(5) "false" "code" => string(0) "" "start_site" => string(4) "true" "start_site_text" => string(134) "Lassen Sie Ihre Glasflächen in einem neuen Look erstrahlen. Weiße Flächen erscheinen nach dem Druck, in diesem Bereich transpare …" "start_sort" => string(2) "22" "google_cat" => string(61) "Heim & Garten > Dekoration > Fensterdrapierung > Fensterfolie" "google_cat_id" => string(4) "5989" "google_cat_id2" => string(23) "5989,3221,500044,500046" ) "Türfolie" => array(21) ( "id" => string(2) "23" "name" => string(13) "türfolie" "name_eng" => string(9) "Door-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "23" "typ_id" => string(2) "23" "sort_scrollbar" => string(2) "23" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "13.00" "video" => string(4) "true" "code" => string(11) "OSxw_u2_B9U" "start_site" => string(4) "true" "start_site_text" => string(103) "Mit unseren hochwertigen und einfach aufzubringenden Türfolien werden Ihre Türen zum neuen Hingucker." "start_sort" => string(2) "21" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Untersetzer" => array(21) ( "id" => string(2) "29" "name" => string(11) "untersetzer" "name_eng" => string(14) "Drink-Coasters" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "29" "typ_id" => string(2) "29" "sort_scrollbar" => string(2) "29" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "3.90" "video" => string(4) "true" "code" => string(11) "qUMXTzMjvvU" "start_site" => string(4) "true" "start_site_text" => string(124) "Der neuste Trend für Ihre Tischdekoration oder auch als Fotogeschenk das absolute Highlight, sind individuelle Untersetzer." "start_sort" => string(2) "24" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Bar-Utensilien > Glasuntersetzer & Bierdeckel" "google_cat_id" => string(4) "2363" "google_cat_id2" => string(18) "2363,500044,500046" ) "Kissen" => array(21) ( "id" => string(2) "17" "name" => string(6) "kissen" "name_eng" => string(6) "Pillow" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "17" "typ_id" => string(2) "17" "sort_scrollbar" => string(2) "17" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "19.90" "video" => string(4) "true" "code" => string(11) "0S7tzc09IZU" "start_site" => string(4) "true" "start_site_text" => string(125) "Wir bedrucken den Stoff vollflächig mit Ihrem Wunschmotiv und nähen anschließend. Dadurch entstehen keine weißen Ränder." "start_sort" => string(2) "15" "google_cat" => string(39) "Heim & Garten > Dekoration > Zierkissen" "google_cat_id" => string(4) "4454" "google_cat_id2" => string(18) "4454,500044,500046" ) "Glas-Schneidebrett" => array(21) ( "id" => string(2) "28" "name" => string(18) "glas-schneidebrett" "name_eng" => string(18) "Glass-Cuttingboard" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "28" "typ_id" => string(2) "28" "sort_scrollbar" => string(2) "28" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(5) "14.90" "video" => string(4) "true" "code" => string(11) "relHhTsfHVw" "start_site" => string(4) "true" "start_site_text" => string(99) "Die Oberfläche weist eine messerschonende geriffelte Struktur auf und ist Spülmaschinen geeignet." "start_sort" => string(2) "23" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Küchenhelfer & -utensilien > Schneidebretter" "google_cat_id" => string(3) "666" "google_cat_id2" => string(17) "666,500044,500046" ) "Mousepad" => array(21) ( "id" => string(2) "13" "name" => string(8) "mousepad" "name_eng" => string(8) "Mousepad" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "13" "typ_id" => string(2) "13" "sort_scrollbar" => string(2) "13" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "5" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "5" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "Hy81AEnUEsc" "start_site" => string(4) "true" "start_site_text" => string(86) "Der hochwertige Druck macht unsere Mauspads zum neuen Liebling auf Ihrem Schreibtisch." "start_sort" => string(2) "11" "google_cat" => string(67) "Elektronik > Elektronisches Zubehör > Computerzubehör > Mousepads" "google_cat_id" => string(4) "1993" "google_cat_id2" => string(18) "1993,500044,500046" ) "Poster" => array(21) ( "id" => string(1) "7" "name" => string(6) "poster" "name_eng" => string(6) "Poster" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "7" "typ_id" => string(1) "7" "sort_scrollbar" => string(1) "7" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "6" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(4) "9.84" "video" => string(4) "true" "code" => string(23) "kKrnEL325S0,YSD1jt92tV8" "start_site" => string(4) "true" "start_site_text" => string(119) "Nur Poster wäre wirklich nicht der passende Begriff für diese hochwertigen Ausdrucke auf feinstem Premium Fotopapier." "start_sort" => string(1) "7" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(13) "500044,500046" ) "Label" => array(21) ( "id" => string(1) "9" "name" => string(5) "label" "name_eng" => string(5) "Label" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "9" "typ_id" => string(1) "9" "sort_scrollbar" => string(1) "9" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "7" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(5) "10.80" "video" => string(4) "true" "code" => string(11) "acOSZNXbY2E" "start_site" => string(4) "true" "start_site_text" => string(129) "Das Label besitzt eine High-Tech-Klebeschicht, die es auch bei sehr großen Formaten ermöglicht, völlig blasenfrei aufzukleben." "start_sort" => string(1) "9" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Grußkarte" => array(21) ( "id" => string(1) "5" "name" => string(10) "grußkarte" "name_eng" => string(13) "Greeting-card" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "5" "typ_id" => string(1) "5" "sort_scrollbar" => string(1) "5" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "8" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(4) "2.69" "video" => string(4) "true" "code" => string(11) "hp5afIjTZg8" "start_site" => string(4) "true" "start_site_text" => string(118) "Auf modernsten Drucksystemen entstehen alle Grußkarten in der gleichen Museumsqualität, wie unsere anderen Produkte." "start_sort" => string(2) "18" "google_cat" => string(62) "Kunst & Unterhaltung > Party & Feiern > Schenken > Grußkarten" "google_cat_id" => string(2) "95" "google_cat_id2" => string(24) "95,1371,24,500044,500046" ) "Tischdecke" => array(21) ( "id" => string(2) "22" "name" => string(10) "tischdecke" "name_eng" => string(10) "Tablecloth" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "22" "typ_id" => string(2) "22" "sort_scrollbar" => string(2) "22" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "8" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "14.26" "video" => string(4) "true" "code" => string(11) "QU5Puf9-ACs" "start_site" => string(4) "true" "start_site_text" => string(136) "Die Tischdecke lässt Ihr zu Hause im neuen Design erstrahlen. Sie besteht aus einem leichtem Stoff, die Naht wird dem Muster ang …" "start_sort" => string(2) "20" "google_cat" => string(72) "Heim & Garten > Bett- und Haushaltswäsche > Tischwäsche > Tischtücher" "google_cat_id" => string(4) "4143" "google_cat_id2" => string(18) "4143,500044,500046" ) "Schieferplatte" => array(21) ( "id" => string(2) "30" "name" => string(14) "schieferplatte" "name_eng" => string(13) "Slate-Platter" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "30" "typ_id" => string(2) "30" "sort_scrollbar" => string(2) "30" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(2) "10" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "18.90" "video" => string(4) "true" "code" => string(23) "KkuMER8JyY0,K0gOzz9JlT8" "start_site" => string(4) "true" "start_site_text" => string(124) "Die natürliche Oberflächenstruktur mit welligen und abfallenden Rändern verleiht Ihren Motiven einen echten Schieferlook." "start_sort" => string(2) "25" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(22) "500044,2377,597,500046" ) ) "detailpage" => array(1) ( 0 => string(1) "1" ) ) }
"sizeselect" => object View(2){ protected _file => string(109) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/boxen/box.sizeselect.freesize2papier.php" protected _data => array(2) ( "sizeLimits" => array(7) ( "minLength" => integer 15 "maxLengthShort" => integer 90 "maxLengthLong" => integer 200 "minPassepartout" => integer 3 "maxPassepartout" => integer 5 "minStep" => integer 1 "maxStep" => integer 1 ) "addBoxen" => array(1) ( 0 => object View(2)
) }{ protected _file => string(97) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/Products/boxen/box.papieroptions2.php" protected _data => array(6) ( "sizeLimits" => array(7) ( "minLength" => integer 15 "maxLengthShort" => integer 90 "maxLengthLong" => integer 200 "minPassepartout" => integer 3 "maxPassepartout" => integer 5 "minStep" => integer 1 "maxStep" => integer 1 ) "default" => array(4) ( "rahmen" => string(1) "0" "papiersorte" => string(2) "11" "glassorte" => string(1) "4" "passepartoutfarbe" => string(6) "FFFFFF" ) "rahmen" => array(4) ( 1 => string(16) "RGB(243,242,238)" 3 => string(16) "RGB(253,220,149)" 10 => string(13) "RGB(66,30,16)" 12 => string(13) "RGB(37,37,37)" ) "papiersorten" => array(2) ( 11 => string(10) "Optica One" 12 => string(15) "Elegance Velvet" ) "glassorten" => array(1) ( 4 => string(13) "#acrylGlasXT#" ) "passepartoutfarben" => array(35) ( "FFFFFF" => string(12) "Bright White" "fffcf0" => string(9) "Off White" "F7DBA7" => string(10) "Peach Fuzz" "D1BF9D" => string(9) "Sandpaper" "D0AE4B" => string(8) "Haystack" "FAEA74" => string(2) "Ra" "6E3919" => string(6) "Nutmeg" "CDA5A6" => string(12) "English Rose" "AA7C83" => string(11) "Light Mauve" "BB2435" => string(8) "True Red" "8A242C" => string(7) "Crimson" "4F2626" => string(8) "Marooned" "DC8AAF" => string(6) "Azalea" "F9C0CE" => string(11) "Cherub Pink" "AEB2CE" => string(12) "French Lilac" "8581C3" => string(12) "Royal Orchid" "909EBB" => string(15) "Periwinkle Blue" "D1DEF0" => string(10) "Sheer Blue" "B7CEF3" => string(12) "Tuscany Blue" "36556C" => string(11) "Blue Monday" "061B5F" => string(7) "Pharaoh" "EAEAE9" => string(8) "Blizzard" "B3B9B0" => string(9) "Dawn Gray" "7B898D" => string(15) "Bar Harbor Gray" "292D4E" => string(10) "Moody Blue" "B5D1AE" => string(5) "Gecko" "BBCD94" => string(6) "Wasabi" "CACAA3" => string(9) "Serengeti" 274028 => string(6) "Bonsai" 193125 => string(10) "Deep Woods" "7DA1A4" => string(14) "Blue Porcelain" "89A38A" => string(7) "Martian" "88916F" => string(10) "Wise Green" "42463A" => string(11) "Before Dark" 101010 => string(10) "After Dark" ) ) }
) ) }{ protected _providers => array(3) ( 1 => array(1) ( "name" => string(12) "Panthermedia" ) 2 => array(1) ( "name" => string(12) "Fineartprint" ) 3 => array(1) ( "name" => string(3) "AKG" ) ) protected _id => string(8) "10688479" protected _id_string => string(10) "0010688479" protected _provider => integer 2 protected _provider_id => integer 10688479 protected _old => bool TRUE public _orm => object Model_Image_Fineartprint(37)
protected schattenfugenrahmen => array(5) ( "dekoframe1" => float 3.597 "dekoframe3" => float 3.597 "dekoframe6" => float 3.806 "dekoframe7" => float 3.806 "dekoframe9" => float 3.96 ) protected typId => string(1) "1" protected user => NULL protected merklisten => NULL protected productList => array(15) ( "Leinwand" => array(21) ( "id" => string(1) "2" "name" => string(8) "leinwand" "name_eng" => string(6) "Canvas" "default" => string(2) "ja" "activate" => string(3) "yes" "view_id" => string(1) "1" "typ_id" => string(1) "2" "sort_scrollbar" => string(1) "2" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "20.86" "video" => string(4) "true" "code" => string(83) "1UXMJXDDeDc,BR15JxFtLus,7ZcNV8saOms,Rdl7sHyCdG4,UJoG903Eks8,N2Y1co-hIHM,d9gKxPiF904" "start_site" => string(4) "true" "start_site_text" => string(127) "Der Druck auf Leinwand ist eine beeindruckende Möglichkeit, ein Bild in perfekter Art und Weise direkt an die Wand zu hängen." "start_sort" => string(1) "2" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(23) "500044,19,505306,500046" ) "Tapete" => array(21) ( "id" => string(1) "6" "name" => string(6) "tapete" "name_eng" => string(9) "Wallpaper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "6" "typ_id" => string(1) "6" "sort_scrollbar" => string(2) "21" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "1" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "20" "price" => string(5) "23.96" "video" => string(4) "true" "code" => string(47) "R_mUPJikKmc,Z7JoJdTyGvg,3Q73PO8LL2g,5GPKyn4TPDQ" "start_site" => string(4) "true" "start_site_text" => string(107) "Wir drucken Ihre Wunschtapete auf Vlies exakt nach Ihren Maßen. Ihre Wand wird zum Kunstwerk, riesengroß!" "start_sort" => string(1) "6" "google_cat" => string(36) "Heim & Garten > Dekoration > Tapeten" "google_cat_id" => string(4) "2334" "google_cat_id2" => string(18) "2334,500044,500046" ) "Papier" => array(21) ( "id" => string(1) "1" "name" => string(6) "papier" "name_eng" => string(5) "Paper" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "2" "typ_id" => string(1) "1" "sort_scrollbar" => string(1) "1" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(5) "16.67" "video" => string(4) "true" "code" => string(35) "GgHcReyOXGs,yht5afOIa8k,AnX-JvWQUaE" "start_site" => string(4) "true" "start_site_text" => string(111) "Der Druck auf Künstlerpapier, auf Wunsch gerahmt hinter Glas, ist nach wie vor die erste Wahl vieler Galerien." "start_sort" => string(1) "0" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(20) "500044,597,39,500046" ) "Tasse" => array(21) ( "id" => string(2) "14" "name" => string(5) "tasse" "name_eng" => string(3) "Mug" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "14" "typ_id" => string(2) "14" "sort_scrollbar" => string(2) "14" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "2" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "jJrLG2m19Ns" "start_site" => string(4) "true" "start_site_text" => string(104) "Durch den hochwertigen Druck in Verbindung mit der glänzenden Oberfläche wird die Tasse zum Highlight." "start_sort" => string(2) "12" "google_cat" => string(90) "Heim & Garten > Küche & Esszimmer > Tafelgeschirr > Trinkgefäße > Kaffee- und Teetassen" "google_cat_id" => string(4) "6049" "google_cat_id2" => string(18) "6049,500044,500046" ) "Fensterfolie" => array(21) ( "id" => string(2) "27" "name" => string(12) "fensterfolie" "name_eng" => string(11) "Window-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "27" "typ_id" => string(2) "27" "sort_scrollbar" => string(2) "27" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "2" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(4) "9.56" "video" => string(5) "false" "code" => string(0) "" "start_site" => string(4) "true" "start_site_text" => string(134) "Lassen Sie Ihre Glasflächen in einem neuen Look erstrahlen. Weiße Flächen erscheinen nach dem Druck, in diesem Bereich transpare …" "start_sort" => string(2) "22" "google_cat" => string(61) "Heim & Garten > Dekoration > Fensterdrapierung > Fensterfolie" "google_cat_id" => string(4) "5989" "google_cat_id2" => string(23) "5989,3221,500044,500046" ) "Türfolie" => array(21) ( "id" => string(2) "23" "name" => string(13) "türfolie" "name_eng" => string(9) "Door-Foil" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "23" "typ_id" => string(2) "23" "sort_scrollbar" => string(2) "23" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "13.00" "video" => string(4) "true" "code" => string(11) "OSxw_u2_B9U" "start_site" => string(4) "true" "start_site_text" => string(103) "Mit unseren hochwertigen und einfach aufzubringenden Türfolien werden Ihre Türen zum neuen Hingucker." "start_sort" => string(2) "21" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Untersetzer" => array(21) ( "id" => string(2) "29" "name" => string(11) "untersetzer" "name_eng" => string(14) "Drink-Coasters" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "29" "typ_id" => string(2) "29" "sort_scrollbar" => string(2) "29" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "3" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(4) "3.90" "video" => string(4) "true" "code" => string(11) "qUMXTzMjvvU" "start_site" => string(4) "true" "start_site_text" => string(124) "Der neuste Trend für Ihre Tischdekoration oder auch als Fotogeschenk das absolute Highlight, sind individuelle Untersetzer." "start_sort" => string(2) "24" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Bar-Utensilien > Glasuntersetzer & Bierdeckel" "google_cat_id" => string(4) "2363" "google_cat_id2" => string(18) "2363,500044,500046" ) "Kissen" => array(21) ( "id" => string(2) "17" "name" => string(6) "kissen" "name_eng" => string(6) "Pillow" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "17" "typ_id" => string(2) "17" "sort_scrollbar" => string(2) "17" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "19.90" "video" => string(4) "true" "code" => string(11) "0S7tzc09IZU" "start_site" => string(4) "true" "start_site_text" => string(125) "Wir bedrucken den Stoff vollflächig mit Ihrem Wunschmotiv und nähen anschließend. Dadurch entstehen keine weißen Ränder." "start_sort" => string(2) "15" "google_cat" => string(39) "Heim & Garten > Dekoration > Zierkissen" "google_cat_id" => string(4) "4454" "google_cat_id2" => string(18) "4454,500044,500046" ) "Glas-Schneidebrett" => array(21) ( "id" => string(2) "28" "name" => string(18) "glas-schneidebrett" "name_eng" => string(18) "Glass-Cuttingboard" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "28" "typ_id" => string(2) "28" "sort_scrollbar" => string(2) "28" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "4" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "4" "price" => string(5) "14.90" "video" => string(4) "true" "code" => string(11) "relHhTsfHVw" "start_site" => string(4) "true" "start_site_text" => string(99) "Die Oberfläche weist eine messerschonende geriffelte Struktur auf und ist Spülmaschinen geeignet." "start_sort" => string(2) "23" "google_cat" => string(82) "Heim & Garten > Küche & Esszimmer > Küchenhelfer & -utensilien > Schneidebretter" "google_cat_id" => string(3) "666" "google_cat_id2" => string(17) "666,500044,500046" ) "Mousepad" => array(21) ( "id" => string(2) "13" "name" => string(8) "mousepad" "name_eng" => string(8) "Mousepad" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "13" "typ_id" => string(2) "13" "sort_scrollbar" => string(2) "13" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "5" "kategorie" => string(7) "fashion" "lieferzeit" => string(1) "5" "price" => string(4) "6.90" "video" => string(4) "true" "code" => string(11) "Hy81AEnUEsc" "start_site" => string(4) "true" "start_site_text" => string(86) "Der hochwertige Druck macht unsere Mauspads zum neuen Liebling auf Ihrem Schreibtisch." "start_sort" => string(2) "11" "google_cat" => string(67) "Elektronik > Elektronisches Zubehör > Computerzubehör > Mousepads" "google_cat_id" => string(4) "1993" "google_cat_id2" => string(18) "1993,500044,500046" ) "Poster" => array(21) ( "id" => string(1) "7" "name" => string(6) "poster" "name_eng" => string(6) "Poster" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "7" "typ_id" => string(1) "7" "sort_scrollbar" => string(1) "7" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "6" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(4) "9.84" "video" => string(4) "true" "code" => string(23) "kKrnEL325S0,YSD1jt92tV8" "start_site" => string(4) "true" "start_site_text" => string(119) "Nur Poster wäre wirklich nicht der passende Begriff für diese hochwertigen Ausdrucke auf feinstem Premium Fotopapier." "start_sort" => string(1) "7" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(13) "500044,500046" ) "Label" => array(21) ( "id" => string(1) "9" "name" => string(5) "label" "name_eng" => string(5) "Label" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "9" "typ_id" => string(1) "9" "sort_scrollbar" => string(1) "9" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "7" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "4" "price" => string(5) "10.80" "video" => string(4) "true" "code" => string(11) "acOSZNXbY2E" "start_site" => string(4) "true" "start_site_text" => string(129) "Das Label besitzt eine High-Tech-Klebeschicht, die es auch bei sehr großen Formaten ermöglicht, völlig blasenfrei aufzukleben." "start_sort" => string(1) "9" "google_cat" => string(43) "Heim & Garten > Dekoration > Deko-Aufkleber" "google_cat_id" => string(4) "3221" "google_cat_id2" => string(18) "3221,500044,500046" ) "Grußkarte" => array(21) ( "id" => string(1) "5" "name" => string(10) "grußkarte" "name_eng" => string(13) "Greeting-card" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(1) "5" "typ_id" => string(1) "5" "sort_scrollbar" => string(1) "5" "scrollbar_change_time" => string(3) "100" "sort_produktinfo" => string(1) "8" "kategorie" => string(6) "prints" "lieferzeit" => string(1) "5" "price" => string(4) "2.69" "video" => string(4) "true" "code" => string(11) "hp5afIjTZg8" "start_site" => string(4) "true" "start_site_text" => string(118) "Auf modernsten Drucksystemen entstehen alle Grußkarten in der gleichen Museumsqualität, wie unsere anderen Produkte." "start_sort" => string(2) "18" "google_cat" => string(62) "Kunst & Unterhaltung > Party & Feiern > Schenken > Grußkarten" "google_cat_id" => string(2) "95" "google_cat_id2" => string(24) "95,1371,24,500044,500046" ) "Tischdecke" => array(21) ( "id" => string(2) "22" "name" => string(10) "tischdecke" "name_eng" => string(10) "Tablecloth" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "22" "typ_id" => string(2) "22" "sort_scrollbar" => string(2) "22" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(1) "8" "kategorie" => string(5) "decor" "lieferzeit" => string(2) "12" "price" => string(5) "14.26" "video" => string(4) "true" "code" => string(11) "QU5Puf9-ACs" "start_site" => string(4) "true" "start_site_text" => string(136) "Die Tischdecke lässt Ihr zu Hause im neuen Design erstrahlen. Sie besteht aus einem leichtem Stoff, die Naht wird dem Muster ang …" "start_sort" => string(2) "20" "google_cat" => string(72) "Heim & Garten > Bett- und Haushaltswäsche > Tischwäsche > Tischtücher" "google_cat_id" => string(4) "4143" "google_cat_id2" => string(18) "4143,500044,500046" ) "Schieferplatte" => array(21) ( "id" => string(2) "30" "name" => string(14) "schieferplatte" "name_eng" => string(13) "Slate-Platter" "default" => string(4) "nein" "activate" => string(3) "yes" "view_id" => string(2) "30" "typ_id" => string(2) "30" "sort_scrollbar" => string(2) "30" "scrollbar_change_time" => string(2) "30" "sort_produktinfo" => string(2) "10" "kategorie" => string(5) "decor" "lieferzeit" => string(1) "5" "price" => string(5) "18.90" "video" => string(4) "true" "code" => string(23) "KkuMER8JyY0,K0gOzz9JlT8" "start_site" => string(4) "true" "start_site_text" => string(124) "Die natürliche Oberflächenstruktur mit welligen und abfallenden Rändern verleiht Ihren Motiven einen echten Schieferlook." "start_sort" => string(2) "25" "google_cat" => string(60) "Heim & Garten > Dekoration > Kunst > Poster & Bildende Kunst" "google_cat_id" => string(6) "500044" "google_cat_id2" => string(22) "500044,2377,597,500046" ) ) protected searchwords => array(46) ( 0 => string(0) "" 1 => string(38) " (mein eigener Spruch !!! Knibbli -) " 2 => string(8) " Knibbli" 3 => string(9) " Gewinner" 4 => string(12) " erfolgreich" 5 => string(7) " Spinne" 6 => string(6) " Kreuz" 7 => string(8) " Spruch" 8 => string(6) " Genie" 9 => string(9) " Wahnsinn" 10 => string(9) " Weisheit" 11 => string(7) " Kummer" 12 => string(13) " Morgengrauen" 13 => string(6) " Mauer" 14 => string(5) " gelb" 15 => string(6) " Augen" 16 => string(6) " Beige" 17 => string(7) " braun" 18 => string(13) " Morgenstunde" 19 => string(7) " Arbeit" 20 => string(9) " fleißig" 21 => string(8) " Spinner" 22 => string(6) " Nebel" 23 => string(8) " ENERGIE" 24 => string(11) " Erneuerbar" 25 => string(5) " Wind" 26 => string(4) " Bio" 27 => string(6) " Solar" 28 => string(7) " autark" 29 => string(7) " Umwelt" 30 => string(6) " grün" 31 => string(7) " petrol" 32 => string(6) " Sonne" 33 => string(7) " Steine" 34 => string(8) " Zeitlos" 35 => string(7) " Symbol" 36 => string(6) " Stein" 37 => string(14) " Gleichgewicht" 38 => string(8) " Balance" 39 => string(12) " ENTSPANNUNG" 40 => string(10) " FENG SHUI" 41 => string(11) " MEDITATION" 42 => string(6) " zarte" 43 => string(7) " weiße" 44 => string(6) " helle" 45 => string(11) " leuchtende" ) protected warenborb_id => NULL protected to_wk => bool FALSE public template => object View(2){ protected _db_group => string(7) "default" protected _table_name => string(13) "fotodb_fotos2" protected _primary_key => string(15) "fotodb_fotos_id" protected _primary_val => string(21) "fotodb_fotos_bildName" protected _belongs_to => array(1) ( "user" => array(2) ( "foreign_key" => string(19) "fotodb_fotos_author" "model" => string(4) "User" ) ) protected _has_many => array(1) ( "comments" => array(4) ( "foreign_key" => string(7) "foto_id" "through" => NULL "far_key" => string(10) "comment_id" "model" => string(14) "Image_Comments" ) ) protected _has_one => array(2) ( "additional_categories" => array(2) ( "foreign_key" => string(7) "foto_id" "model" => string(27) "Image_Additional_Categories" ) "disable_entry" => array(2) ( "foreign_key" => string(7) "foto_id" "model" => string(14) "Image_Disabled" ) ) protected _load_with => array(2) ( 0 => string(21) "additional_categories" 1 => string(13) "disable_entry" ) protected _validation => NULL protected _object => array(85) ( "fotodb_fotos_id" => string(8) "10688479" "fotodb_fotos_bildDataFile" => string(87) "fotodb/user_0000000000/user_00185000/user_00185148/com/0010000000/10688000/10688479.jpg" "fotodb_fotos_bildDataWidth" => string(4) "3756" "fotodb_fotos_bildDataHeight" => string(4) "2505" "fotodb_fotos_bildDataKb" => string(4) "5024" "fotodb_fotos_bildDataType" => string(1) "0" "fotodb_fotos_disclaimer" => string(1) "9" "fotodb_fotos_bildName" => string(50) "gestrige Spinner sind jetzige Gewinner ( Knibbli )" "fotodb_fotos_suchwort" => string(428) "(mein eigener Spruch !!! Knibbli -) , Knibbli, Gewinner, erfolgreich, Spinne, Kreuz, Spruch, Genie, Wahnsinn, Weisheit, Kummer …" "fotodb_fotos_suchwort2" => string(0) "" "fotodb_fotos_suchwort_de" => string(0) "" "fotodb_fotos_suchwort_en" => string(0) "" "fotodb_fotos_desc" => string(0) "" "fotodb_fotos_kategorie1" => string(3) "137" "fotodb_fotos_kategorie2" => string(1) "0" "fotodb_fotos_kategorie3" => string(3) "202" "fotodb_fotos_serie" => string(32) "acd489e6d12d32df181dc4920b5d5663" "fotodb_fotos_allow_cd" => string(1) "0" "fotodb_fotos_allow_exklusiv" => string(1) "0" "fotodb_fotos_allow_print" => string(1) "0" "fotodb_fotos_erscheinen" => string(1) "0" "fotodb_fotos_shopinshop" => string(1) "0" "fotodb_fotos_vertrieb" => string(1) "0" "fotodb_fotos_datum" => string(10) "2012-10-12" "fotodb_fotos_author" => string(6) "185148" "fotodb_fotos_freigabe" => string(1) "0" "fotodb_fotos_freigabe_fc" => string(1) "1" "fotodb_fotos_freigabedetail" => string(0) "" "fotodb_fotos_redakteur" => string(1) "0" "fotodb_fotos_history" => string(0) "" "fotodb_fotos_redaktionell" => string(1) "7" "fotodb_fotos_modelrelease" => string(1) "0" "fotodb_fotos_propertyrelease" => string(4) "null" "fotodb_fotos_message2red" => string(1) "0" "fotodb_fotos_ranking" => string(2) "10" "fotodb_fotos_ranking_ba" => string(1) "0" "fotodb_fotos_ranking_fc" => string(1) "0" "fotodb_fotos_upid" => string(1) "0" "fotodb_fotos_searchwordset" => string(1) "0" "fotodb_fotos_redaktionvisit" => string(1) "1" "fotodb_fotos_on_cd" => string(0) "" "fotodb_fotos_visited" => string(3) "152" "fotodb_fotos_visited_ba" => string(1) "0" "fotodb_fotos_visited_ba2" => string(1) "0" "fotodb_fotos_download" => string(1) "0" "fotodb_fotos_bought" => string(1) "0" "fotodb_fotos_price" => string(1) "0" "fotodb_fotos_folder" => string(0) "" "fotodb_fotos_kommentare_int" => string(1) "1" "fotodb_fotos_ranking_week_faktor" => string(1) "0" "fotodb_fotos_ranking_month" => string(10) "0000-00-00" "fotodb_fotos_ranking_ever_int" => string(1) "1" "fotodb_fotos_searchword_set" => string(1) "0" "fotodb_fotos_color_set" => string(1) "0" "fotodb_fotos_watermark" => string(1) "0" "fotodb_fotos_collection_status" => string(1) "0" "fotodb_fotos_collection_rank" => string(1) "0" "fotodb_fotos_collection_kuendigung" => string(1) "0" "fotodb_fotos_allow_collection" => string(1) "0" "fotodb_fotos_collection_datum" => string(10) "2012-10-12" "fotodb_fotos_collection_datum_end" => string(10) "2012-10-19" "fotodb_fotos_collection_code" => string(0) "" "fotodb_fotos_collection_datum_admin" => string(19) "0000-00-00 00:00:00" "fotodb_fotos_sperre" => string(1) "0" "fotodb_fotos_typ" => string(8) "pics_com" "sw_sph" => string(47) "_sf5_,_sf38_,_sf39_,_sf40_,_sf45_,_sf46_,_sf47_" "sw_prio1_de" => string(0) "" "sw_prio2_de" => string(0) "" "sw_prio1_en" => string(0) "" "sw_prio2_en" => string(6) "is_weg" "fotodb_fotos_fav" => string(1) "1" "fotodb_fotos_genre" => string(1) "0" "fotodb_fotos_kat" => string(1) "0" "fotodb_fotos_gal" => string(5) "41289" "fotodb_fotos_ranking_datum" => string(19) "2012-10-12 23:51:38" "is_in_fotodb_fotos" => string(1) "1" "com_freigabe_sperre" => string(19) "0000-00-00 00:00:00" "last_update" => string(19) "2022-09-06 02:55:31" "image_freigabe_tapete" => string(1) "1" "image_freigabe_sonderprojekte" => string(1) "0" "redaktions_datum" => string(19) "0000-00-00 00:00:00" "is_muster" => string(1) "0" "old_ranking" => NULL "mp_release" => NULL "img_hash" => NULL ) protected _changed => array(0) protected _original_values => array(85) ( "fotodb_fotos_id" => string(8) "10688479" "fotodb_fotos_bildDataFile" => string(87) "fotodb/user_0000000000/user_00185000/user_00185148/com/0010000000/10688000/10688479.jpg" "fotodb_fotos_bildDataWidth" => string(4) "3756" "fotodb_fotos_bildDataHeight" => string(4) "2505" "fotodb_fotos_bildDataKb" => string(4) "5024" "fotodb_fotos_bildDataType" => string(1) "0" "fotodb_fotos_disclaimer" => string(1) "9" "fotodb_fotos_bildName" => string(50) "gestrige Spinner sind jetzige Gewinner ( Knibbli )" "fotodb_fotos_suchwort" => string(428) "(mein eigener Spruch !!! Knibbli -) , Knibbli, Gewinner, erfolgreich, Spinne, Kreuz, Spruch, Genie, Wahnsinn, Weisheit, Kummer …" "fotodb_fotos_suchwort2" => string(0) "" "fotodb_fotos_suchwort_de" => string(0) "" "fotodb_fotos_suchwort_en" => string(0) "" "fotodb_fotos_desc" => string(0) "" "fotodb_fotos_kategorie1" => string(3) "137" "fotodb_fotos_kategorie2" => string(1) "0" "fotodb_fotos_kategorie3" => string(3) "202" "fotodb_fotos_serie" => string(32) "acd489e6d12d32df181dc4920b5d5663" "fotodb_fotos_allow_cd" => string(1) "0" "fotodb_fotos_allow_exklusiv" => string(1) "0" "fotodb_fotos_allow_print" => string(1) "0" "fotodb_fotos_erscheinen" => string(1) "0" "fotodb_fotos_shopinshop" => string(1) "0" "fotodb_fotos_vertrieb" => string(1) "0" "fotodb_fotos_datum" => string(10) "2012-10-12" "fotodb_fotos_author" => string(6) "185148" "fotodb_fotos_freigabe" => string(1) "0" "fotodb_fotos_freigabe_fc" => string(1) "1" "fotodb_fotos_freigabedetail" => string(0) "" "fotodb_fotos_redakteur" => string(1) "0" "fotodb_fotos_history" => string(0) "" "fotodb_fotos_redaktionell" => string(1) "7" "fotodb_fotos_modelrelease" => string(1) "0" "fotodb_fotos_propertyrelease" => string(4) "null" "fotodb_fotos_message2red" => string(1) "0" "fotodb_fotos_ranking" => string(2) "10" "fotodb_fotos_ranking_ba" => string(1) "0" "fotodb_fotos_ranking_fc" => string(1) "0" "fotodb_fotos_upid" => string(1) "0" "fotodb_fotos_searchwordset" => string(1) "0" "fotodb_fotos_redaktionvisit" => string(1) "1" "fotodb_fotos_on_cd" => string(0) "" "fotodb_fotos_visited" => string(3) "152" "fotodb_fotos_visited_ba" => string(1) "0" "fotodb_fotos_visited_ba2" => string(1) "0" "fotodb_fotos_download" => string(1) "0" "fotodb_fotos_bought" => string(1) "0" "fotodb_fotos_price" => string(1) "0" "fotodb_fotos_folder" => string(0) "" "fotodb_fotos_kommentare_int" => string(1) "1" "fotodb_fotos_ranking_week_faktor" => string(1) "0" "fotodb_fotos_ranking_month" => string(10) "0000-00-00" "fotodb_fotos_ranking_ever_int" => string(1) "1" "fotodb_fotos_searchword_set" => string(1) "0" "fotodb_fotos_color_set" => string(1) "0" "fotodb_fotos_watermark" => string(1) "0" "fotodb_fotos_collection_status" => string(1) "0" "fotodb_fotos_collection_rank" => string(1) "0" "fotodb_fotos_collection_kuendigung" => string(1) "0" "fotodb_fotos_allow_collection" => string(1) "0" "fotodb_fotos_collection_datum" => string(10) "2012-10-12" "fotodb_fotos_collection_datum_end" => string(10) "2012-10-19" "fotodb_fotos_collection_code" => string(0) "" "fotodb_fotos_collection_datum_admin" => string(19) "0000-00-00 00:00:00" "fotodb_fotos_sperre" => string(1) "0" "fotodb_fotos_typ" => string(8) "pics_com" "sw_sph" => string(47) "_sf5_,_sf38_,_sf39_,_sf40_,_sf45_,_sf46_,_sf47_" "sw_prio1_de" => string(0) "" "sw_prio2_de" => string(0) "" "sw_prio1_en" => string(0) "" "sw_prio2_en" => string(6) "is_weg" "fotodb_fotos_fav" => string(1) "1" "fotodb_fotos_genre" => string(1) "0" "fotodb_fotos_kat" => string(1) "0" "fotodb_fotos_gal" => string(5) "41289" "fotodb_fotos_ranking_datum" => string(19) "2012-10-12 23:51:38" "is_in_fotodb_fotos" => string(1) "1" "com_freigabe_sperre" => string(19) "0000-00-00 00:00:00" "last_update" => string(19) "2022-09-06 02:55:31" "image_freigabe_tapete" => string(1) "1" "image_freigabe_sonderprojekte" => string(1) "0" "redaktions_datum" => string(19) "0000-00-00 00:00:00" "is_muster" => string(1) "0" "old_ranking" => NULL "mp_release" => NULL "img_hash" => NULL ) protected _related => array(2) ( "additional_categories" => object Model_Image_Additional_Categories(37)
public _sphinx => array(33) ( "id" => string(8) "10688479" "sis_id" => string(1) "0" "fotodb_fotos_author" => string(6) "185148" "fotodb_fotos_typ" => string(8) "pics_com" "author_username" => string(7) "Knibbli" "author_realname" => string(7) "Knibbli" "sort_datum" => string(10) "1349992800" "fotodb_fotos_id" => string(8) "10688479" "colors" => string(617) "{"c112":78976,"c113":438413,"c114":85269,"c30":1075,"c40":1075,"c71":1075,"c81":1075,"c82":1431,"c92":1075,"c93":981,"c102":1431 …" "solds" => NULL "fotodb_fotos_kategorie" => string(3) "137" "fotodb_fotos_erscheinen" => string(1) "2" "fotodb_fotos_freigabe" => string(1) "1" "fotodb_fotos_ranking" => string(1) "7" "fotodb_fotos_shopinshop" => string(1) "1" "fotodb_fotos_bilddatawidth" => string(4) "3756" "fotodb_fotos_bilddataheight" => string(4) "2505" "fotodb_fotos_collection_status" => string(1) "0" "fotodb_fotos_redaktionell" => string(1) "0" "fotodb_fotos_genre" => string(1) "0" "filter_format" => string(1) "0" "filter_size" => string(1) "1" "image_format" => string(1) "4" "image_ratio" => string(8) "1.499400" "image_megapixel" => string(8) "9.408800" "fotodb_fotos_suchwort" => string(445) "zzz 10688479 (mein eigener Spruch !!! Knibbli -) , Knibbli, Gewinner, erfolgreich, Spinne, Kreuz, Spruch, Genie, Wahnsinn, Wei …" "fotodb_fotos_kategorien" => string(12) "0,10,137,202" "ucloud_kategorien" => string(7) "137,202" "fotodb_fotos_bildname" => string(50) "gestrige Spinner sind jetzige Gewinner ( Knibbli )" "bildprozente" => string(2) "20" "fotodb_fotos_bilddatafile" => string(87) "fotodb/user_0000000000/user_00185000/user_00185148/com/0010000000/10688000/10688479.jpg" "weight_" => string(4) "1329" "rank" => string(1) "9" ) public _move_pics => bool FALSE }{ protected _db_group => string(7) "default" protected _table_name => string(34) "additional_categories_fotodb_fotos" protected _primary_key => string(7) "foto_id" protected _primary_val => string(5) "akat1" 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(4) ( "foto_id" => NULL "akat1" => NULL "akat2" => NULL "akat3" => 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(27) "image_additional_categories" protected _object_plural => string(29) "image_additional_categorieses" protected _table_columns => array(4) ( "foto_id" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(7) "foto_id" "column_default" => NULL "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "PRI" "privileges" => string(20) "select,insert,update" ) "akat1" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "akat1" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "akat2" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "akat2" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "akat3" => array(13) ( "type" => string(3) "int" "min" => string(11) "-2147483648" "max" => string(10) "2147483647" "column_name" => string(5) "akat3" "column_default" => string(1) "0" "data_type" => string(3) "int" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(2) "11" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
"disable_entry" => object Model_Image_Disabled(37){ protected _connection_id => string(40) "45f074a9477eaf6b518466ae92b74fee512c4c4a" protected _identifier => string(1) "`" public last_query => string(140) "SELECT * FROM admin_aktionen WHERE (prozent!= 0 OR rabatt != 0) AND von <= '2025-05-02' AND bis >= '2025-05-02' ORDER BY von DE …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(27) "image_additional_categories" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(13) "192.168.0.121" "database" => string(9) "schubert1" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _db_group => string(7) "default" protected _table_name => string(21) "fotodb_fotos_disabled" protected _primary_key => string(7) "foto_id" protected _primary_val => string(5) "Grund" 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(3) ( "foto_id" => NULL "Grund" => NULL "last_update" => 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(14) "image_disabled" protected _object_plural => string(15) "image_disableds" protected _table_columns => array(3) ( "foto_id" => array(13) ( "type" => string(3) "int" "min" => string(20) "-9223372036854775808" "max" => string(19) "9223372036854775807" "column_name" => string(7) "foto_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(0) "" "key" => string(3) "PRI" "privileges" => string(20) "select,insert,update" ) "Grund" => array(12) ( "type" => string(6) "string" "column_name" => string(5) "Grund" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "last_update" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_update" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => NULL protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6)
) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _sorting => NULL protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(18) "image_fineartprint" protected _object_plural => string(19) "image_fineartprints" protected _table_columns => array(85) ( "fotodb_fotos_id" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(15) "fotodb_fotos_id" "column_default" => NULL "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 1 "display" => string(1) "9" "comment" => string(0) "" "extra" => string(14) "auto_increment" "key" => string(3) "PRI" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataFile" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "fotodb_fotos_bildDataFile" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 2 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataWidth" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(26) "fotodb_fotos_bildDataWidth" "column_default" => string(1) "0" "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 3 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataHeight" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(5) "65535" "column_name" => string(27) "fotodb_fotos_bildDataHeight" "column_default" => string(1) "0" "data_type" => string(17) "smallint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 4 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataKb" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_bildDataKb" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 5 "display" => string(1) "5" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildDataType" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(25) "fotodb_fotos_bildDataType" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 6 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_disclaimer" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "fotodb_fotos_disclaimer" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 7 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bildName" => array(12) ( "type" => string(6) "string" "column_name" => string(21) "fotodb_fotos_bildName" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 8 "character_maximum_length" => string(2) "80" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_suchwort" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(21) "fotodb_fotos_suchwort" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 9 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_suchwort2" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(22) "fotodb_fotos_suchwort2" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 10 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_suchwort_de" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(24) "fotodb_fotos_suchwort_de" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 11 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_suchwort_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(24) "fotodb_fotos_suchwort_en" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 12 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_desc" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(17) "fotodb_fotos_desc" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 13 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kategorie1" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_kategorie1" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 14 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kategorie2" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_kategorie2" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 15 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kategorie3" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_kategorie3" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 16 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_serie" => array(12) ( "type" => string(6) "string" "column_name" => string(18) "fotodb_fotos_serie" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 17 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_allow_cd" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(21) "fotodb_fotos_allow_cd" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 18 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_allow_exklusiv" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(27) "fotodb_fotos_allow_exklusiv" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 19 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_allow_print" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(24) "fotodb_fotos_allow_print" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 20 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_erscheinen" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "fotodb_fotos_erscheinen" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 21 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_shopinshop" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "fotodb_fotos_shopinshop" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 22 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_vertrieb" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(21) "fotodb_fotos_vertrieb" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 23 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_datum" => array(10) ( "type" => string(6) "string" "column_name" => string(18) "fotodb_fotos_datum" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 24 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_author" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(19) "fotodb_fotos_author" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 25 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_freigabe" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(21) "fotodb_fotos_freigabe" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 26 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_freigabe_fc" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(24) "fotodb_fotos_freigabe_fc" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 27 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_freigabedetail" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(27) "fotodb_fotos_freigabedetail" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 28 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_redakteur" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(22) "fotodb_fotos_redakteur" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 29 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_history" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(20) "fotodb_fotos_history" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 30 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_redaktionell" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(25) "fotodb_fotos_redaktionell" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 31 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_modelrelease" => array(12) ( "type" => string(6) "string" "column_name" => string(25) "fotodb_fotos_modelrelease" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 32 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_propertyrelease" => array(12) ( "type" => string(6) "string" "column_name" => string(28) "fotodb_fotos_propertyrelease" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 33 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_message2red" => array(12) ( "type" => string(6) "string" "column_name" => string(24) "fotodb_fotos_message2red" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 34 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(20) "fotodb_fotos_ranking" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 35 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_ba" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(23) "fotodb_fotos_ranking_ba" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 36 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_fc" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(23) "fotodb_fotos_ranking_fc" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 37 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_upid" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(17) "fotodb_fotos_upid" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 38 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_searchwordset" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(26) "fotodb_fotos_searchwordset" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 39 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_redaktionvisit" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(27) "fotodb_fotos_redaktionvisit" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 40 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_on_cd" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(18) "fotodb_fotos_on_cd" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 41 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_visited" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(20) "fotodb_fotos_visited" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 42 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_visited_ba" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(23) "fotodb_fotos_visited_ba" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 43 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_visited_ba2" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(24) "fotodb_fotos_visited_ba2" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 44 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_download" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(21) "fotodb_fotos_download" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 45 "display" => string(2) "10" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_bought" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(19) "fotodb_fotos_bought" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 46 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_price" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(18) "fotodb_fotos_price" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 47 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_folder" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(19) "fotodb_fotos_folder" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 48 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kommentare_int" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(27) "fotodb_fotos_kommentare_int" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 49 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_week_faktor" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(32) "fotodb_fotos_ranking_week_faktor" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 50 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_month" => array(10) ( "type" => string(6) "string" "column_name" => string(26) "fotodb_fotos_ranking_month" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 51 "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_ever_int" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(29) "fotodb_fotos_ranking_ever_int" "column_default" => string(1) "0" "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 52 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_searchword_set" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(27) "fotodb_fotos_searchword_set" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 53 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_color_set" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(22) "fotodb_fotos_color_set" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 54 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_watermark" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(22) "fotodb_fotos_watermark" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 55 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_status" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(30) "fotodb_fotos_collection_status" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 56 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_rank" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(8) "16777215" "column_name" => string(28) "fotodb_fotos_collection_rank" "column_default" => NULL "data_type" => string(18) "mediumint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 57 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_kuendigung" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(34) "fotodb_fotos_collection_kuendigung" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 58 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_allow_collection" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(29) "fotodb_fotos_allow_collection" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 59 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_datum" => array(10) ( "type" => string(6) "string" "column_name" => string(29) "fotodb_fotos_collection_datum" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 60 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_datum_end" => array(10) ( "type" => string(6) "string" "column_name" => string(33) "fotodb_fotos_collection_datum_end" "column_default" => string(10) "0000-00-00" "data_type" => string(4) "date" "is_nullable" => bool FALSE "ordinal_position" => integer 61 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_code" => array(12) ( "type" => string(6) "string" "column_name" => string(28) "fotodb_fotos_collection_code" "column_default" => string(0) "" "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 62 "character_maximum_length" => string(2) "20" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_collection_datum_admin" => array(10) ( "type" => string(6) "string" "column_name" => string(35) "fotodb_fotos_collection_datum_admin" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 63 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_sperre" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(19) "fotodb_fotos_sperre" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 64 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_typ" => array(12) ( "type" => string(6) "string" "column_name" => string(16) "fotodb_fotos_typ" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 65 "character_maximum_length" => string(2) "20" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "sw_sph" => array(12) ( "type" => string(6) "string" "column_name" => string(6) "sw_sph" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool FALSE "ordinal_position" => integer 66 "character_maximum_length" => string(3) "255" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "sw_prio1_de" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "sw_prio1_de" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 67 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "sw_prio2_de" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "sw_prio2_de" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 68 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "sw_prio1_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "sw_prio1_en" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 69 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "sw_prio2_en" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(10) "4294967295" "column_name" => string(11) "sw_prio2_en" "column_default" => NULL "data_type" => string(8) "longtext" "is_nullable" => bool FALSE "ordinal_position" => integer 70 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_fav" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(16) "fotodb_fotos_fav" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 71 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_genre" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(18) "fotodb_fotos_genre" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 72 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_kat" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "fotodb_fotos_kat" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 73 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_gal" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(10) "4294967295" "column_name" => string(16) "fotodb_fotos_gal" "column_default" => string(1) "0" "data_type" => string(12) "int unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 74 "display" => string(1) "8" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "fotodb_fotos_ranking_datum" => array(10) ( "type" => string(6) "string" "column_name" => string(26) "fotodb_fotos_ranking_datum" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool TRUE "ordinal_position" => integer 75 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "is_in_fotodb_fotos" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(18) "is_in_fotodb_fotos" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 76 "display" => string(1) "3" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "com_freigabe_sperre" => array(10) ( "type" => string(6) "string" "column_name" => string(19) "com_freigabe_sperre" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 77 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "last_update" => array(10) ( "type" => string(6) "string" "column_name" => string(11) "last_update" "column_default" => string(17) "CURRENT_TIMESTAMP" "data_type" => string(9) "timestamp" "is_nullable" => bool FALSE "ordinal_position" => integer 78 "comment" => string(0) "" "extra" => string(27) "on update CURRENT_TIMESTAMP" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "image_freigabe_tapete" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(21) "image_freigabe_tapete" "column_default" => string(1) "1" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 79 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "image_freigabe_sonderprojekte" => array(13) ( "type" => string(3) "int" "min" => string(1) "0" "max" => string(3) "255" "column_name" => string(29) "image_freigabe_sonderprojekte" "column_default" => string(1) "0" "data_type" => string(16) "tinyint unsigned" "is_nullable" => bool FALSE "ordinal_position" => integer 80 "display" => string(1) "1" "comment" => string(66) "0 - nicht geprueft, 1 - vorgeschlagen, 2 - abgelehnt, 3 - entfernt" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "redaktions_datum" => array(10) ( "type" => string(6) "string" "column_name" => string(16) "redaktions_datum" "column_default" => string(19) "0000-00-00 00:00:00" "data_type" => string(8) "datetime" "is_nullable" => bool FALSE "ordinal_position" => integer 81 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "is_muster" => array(13) ( "type" => string(3) "int" "min" => string(4) "-128" "max" => string(3) "127" "column_name" => string(9) "is_muster" "column_default" => string(1) "0" "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE "ordinal_position" => integer 82 "display" => string(1) "1" "comment" => string(0) "" "extra" => string(0) "" "key" => string(3) "MUL" "privileges" => string(20) "select,insert,update" ) "old_ranking" => array(12) ( "type" => string(6) "string" "character_maximum_length" => string(8) "16777215" "column_name" => string(11) "old_ranking" "column_default" => NULL "data_type" => string(10) "mediumtext" "is_nullable" => bool TRUE "ordinal_position" => integer 83 "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "mp_release" => array(12) ( "type" => string(6) "string" "binary" => bool TRUE "character_maximum_length" => string(5) "65535" "column_name" => string(10) "mp_release" "column_default" => NULL "data_type" => string(4) "blob" "is_nullable" => bool TRUE "ordinal_position" => integer 84 "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) "img_hash" => array(12) ( "type" => string(6) "string" "column_name" => string(8) "img_hash" "column_default" => NULL "data_type" => string(7) "varchar" "is_nullable" => bool TRUE "ordinal_position" => integer 85 "character_maximum_length" => string(3) "250" "collation_name" => string(18) "utf8mb4_general_ci" "comment" => string(0) "" "extra" => string(0) "" "key" => string(0) "" "privileges" => string(20) "select,insert,update" ) ) protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(8) "10688479" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_MySQLi(6){ protected _connection_id => string(40) "45f074a9477eaf6b518466ae92b74fee512c4c4a" protected _identifier => string(1) "`" public last_query => string(140) "SELECT * FROM admin_aktionen WHERE (prozent!= 0 OR rabatt != 0) AND von <= '2025-05-02' AND bis >= '2025-05-02' ORDER BY von DE …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(14) "image_disabled" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(13) "192.168.0.121" "database" => string(9) "schubert1" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _connection_id => string(40) "45f074a9477eaf6b518466ae92b74fee512c4c4a" protected _identifier => string(1) "`" public last_query => string(140) "SELECT * FROM admin_aktionen WHERE (prozent!= 0 OR rabatt != 0) AND von <= '2025-05-02' AND bis >= '2025-05-02' ORDER BY von DE …" protected _instance => string(7) "default" protected _connection => object mysqli(19)
protected _db_applied => array(0) protected _db_pending => array(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) "image_fineartprint" protected _behaviors => array(0) protected _private_columns => bool FALSE }{ public affected_rows => NULL public client_info => NULL public client_version => NULL public connect_errno => NULL public connect_error => NULL public errno => NULL public error => NULL public error_list => NULL public field_count => NULL public host_info => NULL public info => NULL public insert_id => NULL public server_info => NULL public server_version => NULL public stat => NULL public sqlstate => NULL public protocol_version => NULL public thread_id => NULL public warning_count => NULL }
protected _config => array(6) ( "type" => string(6) "MySQLi" "connection" => array(3) ( "hostname" => string(13) "192.168.0.121" "database" => string(9) "schubert1" "persistent" => bool FALSE ) "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "profiling" => bool TRUE ) }{ protected _file => string(72) "/home/www/nfs-data/html-data/kohana-3.3.0/application/views/template.php" protected _data => array(0) }
public auto_render => bool TRUE public request => object Request(19){ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
public response => object Response(5){ protected _filters => array(0) protected _uri => string(39) "(<controller>(/<typ>(/<id>(/<stuff>))))" protected _regex => array(1) ( "stuff" => string(2) ".*" ) protected _defaults => array(2) ( "controller" => string(8) "Products" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<typ>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<stuff>.*))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Products" protected _action => string(5) "index" protected _uri => string(19) "products/1/10688479" protected _external => bool FALSE protected _params => array(2) ( "typ" => string(1) "1" "id" => string(8) "10688479" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}{ protected _status => integer 200 protected _header => object HTTP_Header(0)
}{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }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)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(39) "(<controller>(/<typ>(/<id>(/<stuff>))))" protected _regex => array(1) ( "stuff" => string(2) ".*" ) protected _defaults => array(2) ( "controller" => string(8) "Products" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<typ>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<stuff>.*))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Products" protected _action => string(5) "index" protected _uri => string(19) "products/1/10688479" protected _external => bool FALSE protected _params => array(2) ( "typ" => string(1) "1" "id" => string(8) "10688479" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}1
object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0)
{ }
protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(['_protocol' => $request->protocol()]); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header))
-
SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)
0
object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool FALSE protected _referrer => NULL protected _route => object Route(5)
{ protected _filters => array(0) protected _uri => string(39) "(<controller>(/<typ>(/<id>(/<stuff>))))" protected _regex => array(1) ( "stuff" => string(2) ".*" ) protected _defaults => array(2) ( "controller" => string(8) "Products" "action" => string(5) "index" ) protected _route_regex => string(111) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<typ>[^/.,;?\n]++)(?:/(?P<id>[^/.,;?\n]++)(?:/(?P<stuff>.*))?)?)?)?$#uD" }
protected _routes => array(0) protected _header => object HTTP_Header(0){ }
protected _body => NULL protected _directory => string(0) "" protected _controller => string(8) "Products" protected _action => string(5) "index" protected _uri => string(19) "products/1/10688479" protected _external => bool FALSE protected _params => array(2) ( "typ" => string(1) "1" "id" => string(8) "10688479" ) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }
}995 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', [ 996 ':uri' => $this->_uri, 997 ]); 998 } 999 1000 return $this->_client->execute($this); 1001 } 1002 1003 /** 1004 * Returns whether this request is the initial request Kohana received. 1005 * Can be used to test for sub requests.
-
/home/www/nfs-data/html-data/pages/kl.php [ 4 ] » Kohana_Request->execute()
1 <?php 2 $route = isset($_GET['route']) ? $_GET['route'] : '/'; 3 $request = Request::factory($route); 4 $response = $request->execute(); 5 $content[0] = $response->body();
-
/home/www/nfs-data/html-data/index2.php [ 499 ] » include(arguments)
0
string(41) "/home/www/nfs-data/html-data/pages/kl.php"
494 495 // Load Page-Content 496 if(isset($_REQUEST["hilfe"]) && $_REQUEST["hilfe"] == 1) { 497 include("pages/hilfe.php"); 498 } else if($is_page === true && file_exists("pages/".$page) && is_file("pages/".$page)) { 499 include("pages/".$page); 500 } else { 501 // include("pages/notfound.php"); 502 header ("Location: ".SERVER_HOST, true, 301); 503 exit(); 504 }
Environment
Included files (189)
/home/www/nfs-data/html-data/index2.php |
/home/www/nfs-data/html-data/defines.inc.php |
/home/www/nfs-data/html-data/ip.php |
/home/www/nfs-data/html-data/functions/shop_session_db.php |
/home/www/nfs-data/html-data/config.php |
/home/www/nfs-data/html-data/classes/BalancedMysqliAdv.php |
/home/www/nfs-data/html-data/sisdet_module.inc.php |
/home/www/nfs-data/html-data/global.inc.php |
/home/www/nfs-data/html-data/classes/CrvclLang.php |
/home/www/nfs-data/html-data/sisdet_module.https.inc.php |
/home/www/nfs-data/html-data/config_ssl.php |
/home/www/nfs-data/html-data/config/config.php |
/home/www/nfs-data/html-data/image_settings.inc.php |
/home/www/nfs-data/html-data/fotograf_disable.php |
/home/www/nfs-data/html-data/functions/functions.php |
/home/www/nfs-data/html-data/functions/functions_new.php |
DOCROOT/include.php |
DOCROOT/common.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
APPPATH/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.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 |
MODPATH/tcpdf/init.php |
MODPATH/tcpdf/vendor/tcpdf.php |
MODPATH/tcpdf/vendor/config/tcpdf_config.php |
MODPATH/tcpdf/vendor/include/tcpdf_font_data.php |
MODPATH/tcpdf/vendor/include/tcpdf_fonts.php |
MODPATH/tcpdf/vendor/include/tcpdf_colors.php |
MODPATH/tcpdf/vendor/include/tcpdf_images.php |
MODPATH/tcpdf/vendor/include/tcpdf_static.php |
MODPATH/email/init.php |
MODPATH/email/vendor/swiftmailer/lib/swift_required.php |
MODPATH/email/vendor/swiftmailer/lib/classes/Swift.php |
MODPATH/email/vendor/swiftmailer/lib/swift_init.php |
MODPATH/email/vendor/swiftmailer/lib/dependency_maps/cache_deps.php |
MODPATH/email/vendor/swiftmailer/lib/classes/Swift/DependencyContainer.php |
MODPATH/email/vendor/swiftmailer/lib/dependency_maps/mime_deps.php |
MODPATH/email/vendor/swiftmailer/lib/mime_types.php |
MODPATH/email/vendor/swiftmailer/lib/dependency_maps/message_deps.php |
MODPATH/email/vendor/swiftmailer/lib/dependency_maps/transport_deps.php |
MODPATH/email/vendor/swiftmailer/lib/preferences.php |
MODPATH/email/vendor/swiftmailer/lib/classes/Swift/Preferences.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
MODPATH/image/classes/Image.php |
MODPATH/image/classes/Kohana/Image.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
SYSPATH/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 |
SYSPATH/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 |
SYSPATH/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
/home/www/nfs-data/html-data/includes/countries.php |
/home/www/nfs-data/html-data/functions/session_log.php |
/home/www/nfs-data/html-data/navigation/navigation.php |
/home/www/nfs-data/html-data/navigation/navigation_katalog.php |
/home/www/nfs-data/html-data/pages/kl.php |
SYSPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
APPPATH/classes/Controller/Products.php |
/home/www/nfs-data/html-data/inc/ps/inc/ImageFormats.php |
SYSPATH/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
SYSPATH/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
SYSPATH/classes/View.php |
SYSPATH/classes/Kohana/View.php |
MODPATH/auth/classes/Auth.php |
MODPATH/auth/classes/Kohana/Auth.php |
MODPATH/auth/config/auth.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
APPPATH/config/auth.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
APPPATH/classes/Auth/Present.php |
MODPATH/auth/classes/Kohana/Auth/File.php |
SYSPATH/config/session.php |
MODPATH/kohana-database-mysqli/config/session.php |
SYSPATH/classes/Session/Native.php |
APPPATH/classes/Kohana/Session/Native.php |
APPPATH/config/preise/schattenfuge.php |
APPPATH/classes/Model/Image.php |
MODPATH/orm/classes/ORM.php |
MODPATH/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Image/Fineartprint.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
MODPATH/kohana-database-mysqli/classes/Database.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database.php |
MODPATH/kohana-database-mysqli/config/database.php |
APPPATH/config/database.php |
MODPATH/kohana-database-mysqli/classes/Database/MySQLi.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/MySQLi.php |
MODPATH/kohana-database-mysqli/classes/Database/MySQLi/Result.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/MySQLi/Result.php |
MODPATH/kohana-database-mysqli/classes/Database/Result.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Result.php |
APPPATH/classes/Model/Image/Additional/Categories.php |
APPPATH/classes/Model/Image/Disabled.php |
MODPATH/kohana-database-mysqli/classes/DB.php |
MODPATH/kohana-database-mysqli/classes/Kohana/DB.php |
MODPATH/kohana-database-mysqli/classes/Database/Query/Builder/Select.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/kohana-database-mysqli/classes/Database/Query/Builder/Where.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/kohana-database-mysqli/classes/Database/Query/Builder.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Query/Builder.php |
MODPATH/kohana-database-mysqli/classes/Database/Query.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Query.php |
MODPATH/kohana-database-mysqli/classes/Database/Query/Builder/Join.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Query/Builder/Join.php |
MODPATH/kohana-database-mysqli/classes/Database/Expression.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Expression.php |
APPPATH/config/products.php |
APPPATH/i18n/de.php |
APPPATH/i18n/de_header.php |
APPPATH/i18n/kalender_de.php |
APPPATH/i18n/produkte_de.php |
APPPATH/i18n/detailpage_de.php |
APPPATH/i18n/produkt_papier_de.php |
APPPATH/i18n/produkt_leinwand_de.php |
APPPATH/i18n/sucheBildkatalog_de.php |
APPPATH/i18n/produkte_text_de.php |
APPPATH/i18n/waehrung_de.php |
APPPATH/i18n/warenkorb_de.php |
APPPATH/i18n/zahlungsarten_de.php |
APPPATH/i18n/orderfinal_de.php |
APPPATH/i18n/payclass_de.php |
APPPATH/i18n/orderend_de.php |
APPPATH/i18n/gutscheine_de.php |
APPPATH/i18n/navigation-memberarea_de.php |
/home/www/nfs-data/html-data/classes/Mobile-Detect/Mobile_Detect.php |
APPPATH/classes/DefaultImageProduct.php |
APPPATH/config/preise/minimumoptions.php |
APPPATH/classes/ImageProduct.php |
APPPATH/classes/ImageProductPrice.php |
APPPATH/classes/ImageProductPrice/1.php |
APPPATH/classes/ImageProductPrice/calc.php |
APPPATH/config/versand.php |
APPPATH/config/preise/1.php |
APPPATH/config/preise/zuschlaege.php |
APPPATH/classes/ImageProductDescription.php |
APPPATH/classes/ImageProductDescription/1.php |
APPPATH/views/Products/producttemplates/basic_html.php |
APPPATH/config/liefer_tags.php |
APPPATH/views/Products/producttemplates/short_html.php |
MODPATH/kohana-database-mysqli/classes/Database/Exception.php |
MODPATH/kohana-database-mysqli/classes/Kohana/Database/Exception.php |
SYSPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/views/kohana/error.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
Loaded extensions (63)
Core |
date |
libxml |
openssl |
pcre |
zlib |
bz2 |
calendar |
ctype |
dom |
hash |
filter |
ftp |
gettext |
gmp |
SPL |
iconv |
json |
posix |
Reflection |
session |
standard |
shmop |
SimpleXML |
sockets |
mbstring |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
xml |
apache2handler |
mysqlnd |
mysqli |
dba |
gd |
curl |
bcmath |
pspell |
wddx |
fileinfo |
Phar |
sqlite3 |
exif |
zip |
soap |
xmlreader |
pcntl |
imagick |
mcrypt |
PDO |
pdo_mysql |
imap |
apcu |
memcache |
memcached |
intl |
ssh2 |
xmlwriter |
propro |
raphf |
http |
Zend OPcache |
$_SESSION
start |
integer 1 |
log_last_sis |
integer 0 |
is_mobile |
bool FALSE |
image_to_single |
string(8) "10688479" |
last_image |
string(8) "10201097" |
lastLink |
string(76) "https://www.fineartprint.de/index2.php?page=kl.php&route=products/6/10201097" |
HTTP_REFERER |
array(2) ( 0 => string(38) "page=kl.php&route=products/30/11608779" 1 => string(37) "page=kl.php&route=products/6/10201097" ) |
showed2_count |
integer 0 |
$_GET
page |
string(6) "kl.php" |
route |
string(19) "products/1/10688479" |
$_COOKIE
$_SERVER
REDIRECT_UNIQUE_ID |
string(27) "aBUvIpO9y-I1jK-snl1qmQAAAAI" |
REDIRECT_QS_SrvConn |
string(1) "2" |
REDIRECT_QS_AllConn |
string(1) "2" |
REDIRECT_QS_ConnectionId |
string(23) "17462187863948930228158" |
REDIRECT_HTTPS |
string(2) "on" |
REDIRECT_QS_Limit_VAR_NAME_IDXSpider_Bing |
string(11) "Spider_Bing" |
REDIRECT_Spider_Bing_Counter |
string(1) "6" |
REDIRECT_Spider_Bing_Remaining |
string(1) "3" |
REDIRECT_QS_Limit_VAR_NAME_IDXSpider_Yahoo |
string(12) "Spider_Yahoo" |
REDIRECT_Spider_Yahoo_Counter |
string(1) "0" |
REDIRECT_Spider_Yahoo_Remaining |
string(1) "0" |
REDIRECT_QS_Limit_VAR_NAME_IDXSpider_YandexBot |
string(16) "Spider_YandexBot" |
REDIRECT_Spider_YandexBot_Counter |
string(1) "0" |
REDIRECT_Spider_YandexBot_Remaining |
string(1) "0" |
REDIRECT_QS_Limit_VAR_NAME_IDXSpider_Baidu |
string(12) "Spider_Baidu" |
REDIRECT_Spider_Baidu_Counter |
string(1) "0" |
REDIRECT_Spider_Baidu_Remaining |
string(1) "0" |
REDIRECT_QS_Limit_VAR_NAME_IDXSpider_Misc |
string(11) "Spider_Misc" |
REDIRECT_Spider_Misc_Counter |
string(1) "1" |
REDIRECT_Spider_Misc_Remaining |
string(2) "28" |
REDIRECT_IHOST_VERSION |
string(9) "Linux-1.0" |
REDIRECT_STATUS |
string(3) "200" |
UNIQUE_ID |
string(27) "aBUvIpO9y-I1jK-snl1qmQAAAAI" |
QS_SrvConn |
string(1) "2" |
QS_AllConn |
string(1) "2" |
QS_ConnectionId |
string(23) "17462187863948930228158" |
Spider_Bing_Counter |
string(1) "6" |
Spider_Bing_Remaining |
string(1) "3" |
Spider_Yahoo_Counter |
string(1) "0" |
Spider_Yahoo_Remaining |
string(1) "0" |
Spider_YandexBot_Counter |
string(1) "0" |
Spider_YandexBot_Remaining |
string(1) "0" |
Spider_Baidu_Counter |
string(1) "0" |
Spider_Baidu_Remaining |
string(1) "0" |
Spider_Misc_Counter |
string(1) "1" |
Spider_Misc_Remaining |
string(2) "28" |
HTTPS |
string(2) "on" |
IHOST_VERSION |
string(9) "Linux-1.0" |
HTTP_HOST |
string(19) "www.fineartprint.de" |
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_ACCEPT_ENCODING |
string(23) "gzip, br, zstd, deflate" |
HTTP_COOKIE |
string(86) "PHPSESSID=psgsu43jgpv3nee9nbdeigndh5; isCookie=1; uid=f2fb5ef3e4c24d6aee03d28de52efb99" |
HTTP_X_FORWARDED_PROTO |
string(5) "https" |
HTTP_CONNECTION |
string(5) "close" |
PATH |
string(49) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" |
SERVER_SIGNATURE |
string(0) "" |
SERVER_SOFTWARE |
string(6) "Apache" |
SERVER_NAME |
string(19) "www.fineartprint.de" |
SERVER_ADDR |
string(14) "194.97.151.104" |
SERVER_PORT |
string(2) "80" |
REMOTE_ADDR |
string(13) "3.144.134.101" |
DOCUMENT_ROOT |
string(29) "/home/www/nfs-data/html-data/" |
REQUEST_SCHEME |
string(4) "http" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(28) "/home/www/nfs-data/html-data" |
SERVER_ADMIN |
string(29) "webmaster@www.fineartprint.de" |
SCRIPT_FILENAME |
string(39) "/home/www/nfs-data/html-data/index2.php" |
REMOTE_PORT |
string(5) "62706" |
REDIRECT_URL |
string(16) "/papier/10688479" |
REDIRECT_QUERY_STRING |
string(37) "page=kl.php&route=products/1/10688479" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(37) "page=kl.php&route=products/1/10688479" |
REQUEST_URI |
string(16) "/papier/10688479" |
SCRIPT_NAME |
string(11) "/index2.php" |
PHP_SELF |
string(11) "/index2.php" |
REQUEST_TIME_FLOAT |
float 1746218786.394 |
REQUEST_TIME |
integer 1746218786 |