SYSPATH/classes/kohana/session/native.php [ 27 ]
22 // Set the session id
23 session_id($id);
24 }
25
26 // Start the session
27 session_start();
28
29 // Use the $_SESSION global for storing data
30 $this->_data =& $_SESSION;
31
32 return NULL;
-
{PHP internal call} » Kohana_Core::error_handler(arguments)
codeinteger 8
errorstring(92) "session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)"filestring(120) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/system/classes/kohana/session/native.php"lineinteger 27
4array(1) ( "id" => NULL )
-
SYSPATH/classes/kohana/session/native.php [ 27 ] » session_start()
22 // Set the session id 23 session_id($id); 24 } 25 26 // Start the session 27 session_start(); 28 29 // Use the $_SESSION global for storing data 30 $this->_data =& $_SESSION; 31 32 return NULL; -
SYSPATH/classes/kohana/session.php [ 177 ] » Kohana_Session_Native->_read(arguments)
idNULL
172 * @param string session id 173 * @return void 174 */ 175 public function read($id = NULL) 176 { 177 if (is_string($data = $this->_read($id))) 178 { 179 try 180 { 181 if ($this->_encrypted) 182 { -
SYSPATH/classes/kohana/session.php [ 93 ] » Kohana_Session->read(arguments)
idNULL
88 // Enable or disable encryption of data 89 $this->_encrypted = $config['encrypted']; 90 } 91 92 // Load the session 93 $this->read($id); 94 } 95 96 /** 97 * Session object is rendered to a serialized string. 98 * -
SYSPATH/classes/kohana/session.php [ 35 ] » Kohana_Session->__construct(arguments)
configNULL
idNULL
30 31 // Set the session class name 32 $class = 'Session_'.ucfirst($type); 33 34 // Create a new session instance 35 Session::$instances[$type] = $session = new $class($config, $id); 36 37 // Write the session at shutdown 38 register_shutdown_function(array($session, 'write')); 39 } 40 -
MODPATH/auth/classes/kohana/auth.php [ 65 ] » Kohana_Session::instance()
60 $config['salt_pattern'] = preg_split('/,\s*/', Kohana::config('auth')->get('salt_pattern')); 61 62 // Save the config in the object 63 $this->config = $config; 64 65 $this->session = Session::instance(); 66 } 67 68 abstract protected function _login($username, $password, $remember); 69 70 abstract public function password($username); -
MODPATH/auth/classes/kohana/auth.php [ 32 ] » Kohana_Auth->__construct(arguments)
configobject Kohana_Config_File(6)
{ public driver => string(5) "Sprig" public hash_method => string(4) "sha1" public salt_pattern => array(10) ( 0 => string(1) "1" 1 => string(1) "3" 2 => string(1) "5" 3 => string(1) "9" 4 => string(2) "14" 5 => string(2) "15" 6 => string(2) "20" 7 => string(2) "21" 8 => string(2) "28" 9 => string(2) "30" ) public lifetime => integer 1209600 public session_key => string(9) "auth_user" public users => array(0) }27 28 // Set the session class name 29 $class = 'Auth_'.ucfirst($type); 30 31 // Create a new session instance 32 Auth::$instance = new $class($config); 33 } 34 35 return Auth::$instance; 36 } 37 -
APPPATH/views/new/layout-config.php [ 48 ] » Kohana_Auth::instance()
43 $title_text = $title . ' – ' . __('Stadiony.net'); 44 $body_class = ''; 45 } 46 47 48 if (Auth::instance()->logged_in('admin')) { 49 $tinymce_config = View::factory('admin/tinymce_config')->render(); 50 } else { 51 $tinymce_config = ''; 52 } 53 -
APPPATH/views/new/layout.php [ 2 ] » include(arguments)
0string(119) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout-config.php"1 <!DOCTYPE HTML> 2 <?php include('layout-config.php'); ?> 3 <html class="<?php echo $lang?>" lang="<?php echo $lang?>"> 4 5 <head> 6 <title> 7 <?php echo $title_text?> -
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0string(112) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout.php"44 ob_start(); 45 46 try 47 { 48 // Load the view within the current scope 49 include $kohana_view_filename; 50 } 51 catch (Exception $e) 52 { 53 // Delete the output buffer 54 ob_end_clean(); -
SYSPATH/classes/kohana/view.php [ 303 ] » Kohana_View::capture(arguments)
kohana_view_filenamestring(112) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout.php"kohana_view_dataarray(11) ( "debug" => string(0) "" "content" => object View(2)
{ protected _file => string(119) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/stadiums/item.php" protected _data => array(7) ( "title" => string(19) "Johan Cruijff ArenA" "country" => object Model_Country(12)"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(8) "stadiony" 1 => string(8) "Stadiony" ) 1 => array(2) ( 0 => string(12) "stadiony/ned" 1 => string(8) "Holandia" ) 2 => array(2) ( 0 => string(28) "stadiony/ned/amsterdam_arena" 1 => string(19) "Johan Cruijff ArenA" ) ) "ads" => string(7) "stadium" "styles" => array(3) ( "media/css/demo/screen.css" => string(18) "screen, projection" "media/css/demo/print.css" => string(5) "print" "media/css/demo/style.css" => string(6) "screen" ) "scripts" => array(1) ( 0 => string(63) "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ) "description" => string(87) "Stadion: Johan Cruijff ArenA, Amsterdam, Holandia, pojemność: 55865, klub:, AFC Ajax." "keywords" => string(99) "prezentacje, stadionów, zdjęcia, Johan Cruijff ArenA, AFC Ajax, Holandia, w Holandii,holenderskie" "aside" => object View(2){ protected _model => string(7) "country" protected _db => string(7) "default" protected _table => string(9) "countries" protected _fields => array(9) ( "id" => object Sprig_Field_Auto(17)"stadium" => object Model_Stadium(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 3 public empty => bool FALSE public primary => bool FALSE public unique => bool TRUE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 3 public empty => bool FALSE public primary => bool FALSE public unique => bool TRUE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(4) "code" public label => string(4) "code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_pl" public label => string(7) "name pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"where_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "where_pl" public label => string(8) "where pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"which_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "which_pl" public label => string(8) "which pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"fifa_code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "fifa_code" public label => string(9) "fifa code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(9) ( "id" => integer 8 "url" => string(3) "ned" "code" => string(3) "NED" "name_pl" => string(8) "Holandia" "name_en" => string(11) "Netherlands" "name_es" => string(13) "Países Bajos" "where_pl" => string(10) "w Holandii" "which_pl" => string(12) "holenderskie" "fifa_code" => string(4) "UEFA" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(7) "stadium" protected _db => string(7) "default" protected _table => string(8) "stadiums" protected _fields => array(30) ( "id" => object Sprig_Field_Auto(17)"city" => object Model_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool TRUE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"long_id" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(7) "long_id" public label => string(7) "long id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"long_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "long_name" public label => string(9) "long name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"capacity" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => integer 250000 public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "capacity" public label => string(8) "capacity" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"city_id" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(7) "city_id" public label => string(7) "city id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"clubs_id" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(8) "clubs_id" public label => string(8) "clubs id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"country_id" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(10) "country_id" public label => string(10) "country id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"league_id" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(9) "league_id" public label => string(9) "league id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"league" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(6) "League" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 99 public choices => NULL public column => string(9) "league_id" public label => string(6) "league" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"historical" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(7) "Stadium" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "historical_id" public label => string(10) "historical" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"project" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(7) "Project" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "project_id" public label => string(7) "project" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"building" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(8) "Building" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "building_id" public label => string(8) "building" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"features_pl" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_pl" public label => string(11) "features pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"features_en" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_en" public label => string(11) "features en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"features_es" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_es" public label => string(11) "features es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"elemental_capacity_pl" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "elemental_capacity_pl" public label => string(21) "elemental capacity pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"elemental_capacity_en" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "elemental_capacity_en" public label => string(21) "elemental capacity en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"elemental_capacity_es" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "elemental_capacity_es" public label => string(21) "elemental capacity es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_pl" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_pl" public label => string(14) "description pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_en" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_en" public label => string(14) "description en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_es" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_es" public label => string(14) "description es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"created" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(7) "created" public label => string(7) "created" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"updated" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "updated" public label => string(19) "Update (yyyy-mm-dd)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"club" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(4) "Club" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "clubs_id" public label => string(4) "club" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"build_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "build_year" public label => string(10) "build year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"last_renovation_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "last_renovation_year" public label => string(20) "last renovation year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"retire_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "retire_year" public label => string(11) "retire year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"related_news" => object Sprig_Field_ManyToMany(23){ public editable => bool FALSE public through => string(12) "news_stadium" public left_foreign_key => NULL public right_foreign_key => NULL public empty => bool TRUE public default => array(0) public null => bool TRUE public in_db => bool FALSE public model => string(4) "News" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => NULL public label => string(12) "related news" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(29) ( "id" => integer 92 "url" => string(15) "amsterdam_arena" "long_id" => string(5) "arena" "name" => string(19) "Johan Cruijff ArenA" "long_name" => string(19) "Johan Cruijff ArenA" "capacity" => integer 55865 "city_id" => integer 72 "clubs_id" => integer 88 "country_id" => string(3) "NED" "league_id" => integer 14 "league" => string(2) "14" "historical" => NULL "project" => string(3) "664" "building" => NULL "features_pl" => string(317) "Inne nazwy: Amsterdam ArenA (1996–2017) Oświetlenie: 2000 lux Inauguracja: 14.08.1996 (Ajax – AC Milan) Czas budowy: 26.11. …" "features_en" => string(325) "Other names: Amsterdam ArenA (1996–2017) Floodlights: 2,000 lux Inauguration: 14/08/1996 (Ajax – AC Milan) Construction: 26/ …" "features_es" => string(340) "Otros nombres: Amsterdam ArenA (1996–2017) Iluminación: 2000 lux Inauguración: 14/08/1996 (Ajax – AC Milan) Construcción: …" "elemental_capacity_pl" => string(137) "Miejsca VIP: 920 Miejsca dla prasy: 186 Miejsca biznesowe: 2229 Miejsca dla udziałowców: 4109 Miejsca dla niepełnosprawnych …" "elemental_capacity_en" => string(101) "VIP seats: 920 Press seats: 186 Business seats: 2229 Shareholders seats: 4109 Disabled seats: 144+144" "elemental_capacity_es" => string(138) "Asientos VIP: 920 Asientos de prensa: 186 Asientos de clase ejecutiva: 2229 Asientos de socios: 4109 Asientos para descapacitado …" "description_pl" => string(1635) "<p>Obiekt uznawany jest za przełomowy wśród stadionów piłkarskich. Słowo "piłkarski" ustępuje tu jednak miej …" "description_en" => string(1638) "<p>The ground is often regarded as a breakthrough in football stadium design and operation. The word "football" should be change …" "description_es" => string(2134) "<p>El estadio es considerado un avance en el diseño y funcionamiento de estadios de fútbol. Sin embargo, la palabr …" "created" => string(10) "0000-00-00" "updated" => string(10) "2021-06-02" "club" => string(2) "88" "build_year" => NULL "last_renovation_year" => NULL "retire_year" => NULL ) protected _changed => array(0) protected _related => array(3) ( "historical" => object Model_Stadium(12){ protected _model => string(7) "stadium" protected _db => string(7) "default" protected _table => string(8) "stadiums" protected _fields => array(30) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(29) ( ... ) protected _changed => array(0) protected _related => array(0) }"project" => object Model_Project(12){ protected _model => string(7) "project" protected _db => string(7) "default" protected _table => string(8) "projects" protected _fields => array(23) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(23) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }"building" => object Model_Building(12){ protected _model => string(8) "building" protected _db => string(7) "default" protected _table => string(9) "buildings" protected _fields => array(23) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(23) ( ... ) protected _changed => array(0) protected _related => array(0) }) }{ protected _model => string(4) "city" protected _db => string(7) "default" protected _table => string(6) "cities" protected _fields => array(6) ( "id" => object Sprig_Field_Auto(17)"clubs" => object Model_Club(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_pl" public label => string(7) "name pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"country_code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "country_code" public label => string(12) "country code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(6) ( "id" => integer 72 "url" => string(9) "amsterdam" "name_pl" => string(9) "Amsterdam" "name_en" => string(9) "Amsterdam" "name_es" => string(10) "Ámsterdam" "country_code" => string(3) "NED" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(4) "club" protected _db => string(7) "default" protected _table => string(5) "clubs" protected _fields => array(4) ( "id" => object Sprig_Field_Auto(17)"news_list" => array(20) ( 0 => array(6) ( "title" => string(75) "Holandia: PSV Eindhoven zaprezentował projekt modernizacji Philips Stadion" "id" => string(5) "26937" "thumbnail" => string(32) "img/news/2026/03/26937-thumbnail" "lead" => string(280) "PSV Eindhoven odsłania ambitną wizję przebudowy Philips Stadion, która może całkowicie zmienić skalę i znaczenie obiektu …" "published" => string(19) "2026-03-24 16:28:05" "url" => string(73) "holandia_psv_eindhoven_zaprezentowal_projekt_modernizacji_philips_stadion" ) 1 => array(6) ( "title" => string(88) "UEFA: 2. Bundesliga przed Arsenalem i Atletico! Zaskakujące wyniki frekwencji w Europie" "id" => string(5) "24251" "thumbnail" => string(32) "img/news/2025/02/24251-thumbnail" "lead" => string(239) "Kto gromadzi największe tłumy na swoich trybunach, a kto nieoczekiwanie osiąga za niskie wyniki frekwencyjne, aby znaleźć s …" "published" => string(19) "2025-02-18 17:31:00" "url" => string(84) "uefa_2_bundesliga_przed_arsenalem_i_atletico_zaskakujace_wyniki_frekwencji_w_europie" ) 2 => array(6) ( "title" => string(41) "Euro 2020: Ilu widzów przyjmą stadiony?" "id" => string(5) "18708" "thumbnail" => string(32) "img/news/2021/04/18709-thumbnail" "lead" => string(243) "Czy Dublin i Bilbao stracą miano miast-gospodarzy? Niektóre media już postawiły na nich krzyżyk, jednak sprawa może nie by …" "published" => string(19) "2021-04-08 08:04:02" "url" => string(37) "euro_2020_ilu_widzow_przyjma_stadiony" ) 3 => array(6) ( "title" => string(41) "Amsterdam: Jest zgoda na rozbudowę ArenA" "id" => string(5) "17407" "thumbnail" => string(32) "img/news/2020/01/17408-thumbnail" "lead" => string(214) "Johan Cruijff ArenA ma zgodę na zabudowanie narożników. Dzięki temu zabiegowi widownia urośnie nie o 800 miejsc – jak pla …" "published" => string(19) "2020-01-16 17:18:06" "url" => string(39) "amsterdam_jest_zgoda_na_rozbudowe_arena" ) 4 => array(6) ( "title" => string(41) "Amsterdam: ArenA urośnie przed Euro 2020" "id" => string(5) "17274" "thumbnail" => string(32) "img/news/2019/11/17275-thumbnail" "lead" => string(201) "W Amsterdamie naprawdę dwoją się i troją, by upchnąć jeszcze trochę krzesełek. Wszystkich chętnych i tak nie pomieszcz …" "published" => string(19) "2019-11-21 11:28:20" "url" => string(39) "amsterdam_arena_urosnie_przed_euro_2020" ) 5 => array(6) ( "title" => string(55) "Amsterdam: Ostatnia porcja czerwieni na trybunach ArenA" "id" => string(5) "15287" "thumbnail" => string(32) "img/news/2018/01/15288-thumbnail" "lead" => string(203) "Z nową nazwą, nową wschodnią elewacją i kompletem 54 tysięcy nowych krzesełek. Tak Ajax Amsterdam rozpocznie rundę wiose …" "published" => string(19) "2018-01-07 05:15:48" "url" => string(54) "amsterdam_ostatnia_porcja_czerwieni_na_trybunach_arena" ) 6 => array(6) ( "title" => string(53) "Amsterdam: Nazwa potwierdzona – Johan Cruijff ArenA" "id" => string(5) "14415" "thumbnail" => string(32) "img/news/2017/04/14414-thumbnail" "lead" => string(144) "W dniu urodzin zmarłego przed rokiem piłkarza mamy potwierdzenie. Amsterdam ArenA zmieni nazwę na Johan Cruijff Arena. To nie …" "published" => string(19) "2017-04-26 01:28:44" "url" => string(48) "amsterdam_nazwa_potwierdzona_johan_cruijff_arena" ) 7 => array(6) ( "title" => string(50) "Amsterdam: Z tych krzesełek powstaną wydruki 3d?" "id" => string(5) "14240" "thumbnail" => string(32) "img/news/2017/03/14240-thumbnail" "lead" => string(161) "Operator Amsterdam ArenA ma ciekawy pomysł na wykorzystanie starych fotelików, aktualnie wymienianych na nowe. Część z nich …" "published" => string(19) "2017-03-14 15:22:37" "url" => string(46) "amsterdam_z_tych_krzeselek_powstana_wydruki_3d" ) 8 => array(6) ( "title" => string(43) "Amsterdam: Pierwsza czerwona trybuna gotowa" "id" => string(5) "13973" "thumbnail" => string(32) "img/news/2017/01/13974-thumbnail" "lead" => string(179) "Kibice Legii załapią się na jeden z pierwszych meczów z nowymi krzesełkami na południowej trybunie Amsterdam Areny. Pojemn …" "published" => string(19) "2017-01-29 14:09:54" "url" => string(42) "amsterdam_pierwsza_czerwona_trybuna_gotowa" ) 9 => array(6) ( "title" => string(58) "Amsterdam: Na południu krzesełka, na wschodzie rozbudowa" "id" => string(5) "13861" "thumbnail" => string(32) "img/news/2017/01/13862-thumbnail" "lead" => string(158) "Pierwsza trybuna Amsterdam Areny właśnie otrzymuje nowe krzesełka. Tymczasem do wschodniej trybuny będzie dobudowywana nowa …" "published" => string(19) "2017-01-07 04:55:14" "url" => string(54) "amsterdam_na_poludniu_krzeselka_na_wschodzie_rozbudowa" ) 10 => array(6) ( "title" => string(49) "Amsterdam: ArenA spełni marzenie kibiców Ajaksu" "id" => string(5) "13808" "thumbnail" => string(32) "img/news/2016/12/13809-thumbnail" "lead" => string(164) "Na początku 2018 roku Amsterdam ArenA wreszcie zmieni kolorystykę krzesełek. Będą prawie tylko czerwone, dekorowane biało- …" "published" => string(19) "2016-12-23 18:19:31" "url" => string(46) "amsterdam_arena_spelni_marzenie_kibicow_ajaksu" ) 11 => array(6) ( "title" => string(62) "Amsterdam: Coraz bliżej zmiany nazwy na Johan Cruijff Stadion" "id" => string(5) "13760" "thumbnail" => string(32) "img/news/2016/12/13761-thumbnail" "lead" => string(173) "Rozmowy z rodziną zmarłej legendy są bliskie porozumienia, ale pozostaje jedna kwestia budząca wątpliwości. Chodzi o ewent …" "published" => string(19) "2016-12-15 17:13:39" "url" => string(60) "amsterdam_coraz_blizej_zmiany_nazwy_na_johan_cruijff_stadion" ) 12 => array(6) ( "title" => string(43) "Liga Europy: Legia znów leci do Amsterdamu" "id" => string(5) "13741" "thumbnail" => string(32) "img/news/2016/12/13741-thumbnail" "lead" => string(158) "Powrót po zimowej przerwie „umili” Legii rywalizacja z Ajaksem Amsterdam. Powtórka z rozgrywek 2014/15, gdy również Ajax …" "published" => string(19) "2016-12-12 15:13:21" "url" => string(41) "liga_europy_legia_znow_leci_do_amsterdamu" ) 13 => array(6) ( "title" => string(76) "Amsterdam: ArenA będzie magazynować energię w akumulatorach samochodowych" "id" => string(5) "13696" "thumbnail" => string(32) "img/news/2016/12/13697-thumbnail" "lead" => string(171) "W podziemiach Amsterdam ArenA znajdzie się ponad tysiąc używanych akumulatorów samochodowych, które pomogą obniżyć zuży …" "published" => string(19) "2016-12-02 15:24:28" "url" => string(72) "amsterdam_arena_bedzie_magazynowac_energie_w_akumulatorach_samochodowych" ) 14 => array(6) ( "title" => string(51) "Amsterdam: Ajax instaluje pierwsze miejsca stojące" "id" => string(5) "13494" "thumbnail" => string(32) "img/news/2016/10/13495-thumbnail" "lead" => string(159) "Kazali kibicom czekać, ale wreszcie przystąpili do działania. Pod koniec października pierwsze nowe miejsca stojące przywit …" "published" => string(19) "2016-10-20 03:45:30" "url" => string(49) "amsterdam_ajax_instaluje_pierwsze_miejsca_stojace" ) 15 => array(6) ( "title" => string(47) "Nowe listy: Kto dostał 4 i 5 gwiazdek od UEFA?" "id" => string(5) "13349" "thumbnail" => string(32) "img/news/2016/09/13350-thumbnail" "lead" => string(179) "To łącznie tylko 38 stadionów w Europie, a więc grono bardzo elitarne. Sprawdźcie, komu UEFA przyznała najwyższe noty w E …" "published" => string(19) "2016-09-15 07:48:28" "url" => string(44) "nowe_listy_kto_dostal_4_i_5_gwiazdek_od_uefa" ) 16 => array(6) ( "title" => string(64) "Nowe zestawienie: 20 Klubów z Najwyższą Frekwencją w Europie" "id" => string(5) "13285" "thumbnail" => string(32) "img/news/2016/08/13289-thumbnail" "lead" => string(170) "Tylko sześć krajów ma swoją reprezentację, a polskim zespołom raczej nie uda się do tego zestawienia wejść. Od lat domi …" "published" => string(19) "2016-08-31 18:00:31" "url" => string(59) "nowe_zestawienie_20_klubow_z_najwyzsza_frekwencja_w_europie" ) 17 => array(6) ( "title" => string(41) "Amsterdam: Nowy młyn dla kibiców Ajaksu" "id" => string(5) "13127" "thumbnail" => string(32) "img/news/2016/07/13131-thumbnail" "lead" => string(179) "Od jesieni fani z Amserdamu będą mieli do dyspozycji powiększony i poprawiony sektor na Amsterdam ArenA. Wreszcie zamiast krz …" "published" => string(19) "2016-07-29 20:40:05" "url" => string(38) "amsterdam_nowy_mlyn_dla_kibicow_ajaksu" ) 18 => array(6) ( "title" => string(60) "Amsterdam: Więcej szczegółów o sektorze stojącym Ajaksu" "id" => string(5) "12620" "thumbnail" => string(32) "img/news/2016/04/12621-thumbnail" "lead" => string(186) "Dobra wiadomość: będzie większy niż myśleliśmy. Zła wiadomość: pojemność stadionu ani drgnie, choć mogłaby. Kibice …" "published" => string(19) "2016-04-20 14:52:36" "url" => string(54) "amsterdam_wiecej_szczegolow_o_sektorze_stojacym_ajaksu" ) 19 => array(6) ( "title" => string(59) "Amsterdam: Będzie trybuna stojąca, nie będzie iluminacji" "id" => string(5) "12584" "thumbnail" => string(32) "img/news/2016/04/12585-thumbnail" "lead" => string(194) "Ajax Amsterdam potwierdził, że bierze udział w pilotażowym programie i stworzy dla widzów na południowej trybunie sektory …" "published" => string(19) "2016-04-12 17:24:26" "url" => string(54) "amsterdam_bedzie_trybuna_stojaca_nie_bedzie_iluminacji" ) ) "pictures" => string(9642) "<ul> <li><figure><a href="https://stadiony.net/pictures/stadiums/ned/arena/arena40.jpg" title="Johan Cruijff ArenA: 1440x1920px, …" ) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"long_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "long_name" public label => string(9) "long name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"city_id" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(4) "City" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "city_id" public label => string(7) "city id" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(4) ( "id" => integer 88 "name" => string(4) "Ajax" "long_name" => string(8) "AFC Ajax" "city_id" => string(2) "72" ) protected _changed => array(0) protected _related => array(0) }{ protected _file => string(125) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/stadiums/aside-item.php" protected _data => array(6) ( "related_historical" => bool FALSE "related_project" => array(3) ( "name" => string(19) "Johan Cruijff ArenA" "url" => string(15) "amsterdam_arena" "country_code" => string(3) "NED" ) "related_building" => bool FALSE "related_tournament_stadiums" => array(2) ( 0 => array(6) ( "tournament_category_url_pl" => string(4) "euro" "tournament_category_url_en" => string(4) "euro" "tournament_edition" => string(4) "2000" "stadium_tournament_url" => string(15) "amsterdam_arena" "stadium_tournament_name" => string(15) "Amsterdam ArenA" "tournament_name" => string(9) "Euro 2000" ) 1 => array(6) ( "tournament_category_url_pl" => string(4) "euro" "tournament_category_url_en" => string(4) "euro" "tournament_edition" => string(4) "2020" "stadium_tournament_url" => string(19) "johan_cruijff_arena" "stadium_tournament_name" => string(19) "Johan Cruijff ArenA" "tournament_name" => string(9) "Euro 2020" ) ) "related_publications" => array(2) ( 0 => array(4) ( "title" => string(53) "Ranking 10+ 2015: Frekwencje w Europie (Cz. 2. Kluby)" "created" => string(10) "2015-07-29" "category" => string(7) "raporty" "article_url" => string(47) "ranking_10_2015_frekwencje_w_europie_cz_2_kluby" ) 1 => array(4) ( "title" => string(15) "Amsterdam ArenA" "created" => string(10) "2006-03-31" "category" => string(5) "opisy" "article_url" => string(15) "amsterdam_arena" ) ) "stadium_list" => string(4501) "<section class="stadium-list accordion box"> <h1 class="box-hl flag-m ned"> <a href="https://stadiony.net/stadiony/ned">stadion …" ) }"ads_enabled" => bool TRUE "title" => string(19) "Johan Cruijff ArenA" )298 { 299 throw new Kohana_View_Exception('You must set the file to use within your view before rendering'); 300 } 301 302 // Combine local and global data and capture the output 303 return View::capture($this->_file, $this->_data + View::$_global_data); 304 } 305 306 } // End View -
SYSPATH/classes/kohana/view.php [ 193 ] » Kohana_View->render()
188 */ 189 public function __toString() 190 { 191 try 192 { 193 return $this->render(); 194 } 195 catch (Exception $e) 196 { 197 // Display the exception message 198 Kohana::exception_handler($e); -
APPPATH/bootstrap.php [ 664 ] » Kohana_View->__toString()
659 $total = array( 660 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 661 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 662 663 // Insert the totals into the response 664 $request->response = strtr((string) $request->response, $total); 665 } 666 667 668 /** 669 * Display the request response. -
DOCROOT/index.php [ 104 ] » require(arguments)
0string(105) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/bootstrap.php"99 // Load empty core extension 100 require SYSPATH.'classes/kohana'.EXT; 101 } 102 103 // Bootstrap the application 104 require APPPATH.'bootstrap'.EXT;