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(15) "Stamford Bridge" "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/eng" 1 => string(6) "Anglia" ) 2 => array(2) ( 0 => string(28) "stadiony/eng/stamford_bridge" 1 => string(15) "Stamford Bridge" ) ) "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(80) "Stadion: Stamford Bridge, Londyn, Anglia, pojemność: 40173, klub:, Chelsea FC." "keywords" => string(91) "prezentacje, stadionów, zdjęcia, Stamford Bridge, Chelsea FC, Anglia, w Anglii,angielskie" "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 2 "url" => string(3) "eng" "code" => string(3) "ENG" "name_pl" => string(6) "Anglia" "name_en" => string(7) "England" "name_es" => string(10) "Inglaterra" "where_pl" => string(8) "w Anglii" "which_pl" => string(10) "angielskie" "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 41 "url" => string(15) "stamford_bridge" "long_id" => string(15) "stamford_bridge" "name" => string(15) "Stamford Bridge" "long_name" => string(15) "Stamford Bridge" "capacity" => integer 40173 "city_id" => integer 27 "clubs_id" => integer 41 "country_id" => string(3) "ENG" "league_id" => integer 5 "league" => string(1) "5" "historical" => NULL "project" => NULL "building" => NULL "features_pl" => string(258) "Nazwy potoczne: The Bridge Inauguracja: 28.04.1877 Renowacje: 1905, 1973, 1984, 1990-1998 Rekord frekwencji: 82 905 (Chelsea - …" "features_en" => string(257) "Nicknames: The Bridge Inauguration: 28.04.1877 Renovations: 1905, 1973, 1984, 1990-1998 Record attendance: 82,905 (Chelsea - Ar …" "features_es" => string(267) "Apodos: The Bridge Inauguración: 28/04/1877 Remodelaciones: 1905, 1973, 1984, 1990-1998 Récord de asistencia: 82 905 (Chelsea …" "elemental_capacity_pl" => string(0) "" "elemental_capacity_en" => string(0) "" "elemental_capacity_es" => string(0) "" "description_pl" => string(21023) "<h3>Skąd Stamford Bridge czerpie swoją nazwę?</h3> <p>Nazwa Stamford Bridge wywodzi się z dawnego określenia miejsca, kt&oa …" "description_en" => string(15667) "<h3>Where does Stamford Bridge get its name?</h3> <p>The name Stamford Bridge comes from an old designation of the area that exi …" "description_es" => string(2809) "<p>El terreno fue inaugurado en 1877, pero durante las primeras décadas solo se practicaban deportes atléticos aqu …" "created" => string(10) "0000-00-00" "updated" => string(10) "2025-12-01" "club" => string(2) "41" "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(0) 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 27 "url" => string(6) "londyn" "name_pl" => string(6) "Londyn" "name_en" => string(6) "London" "name_es" => string(7) "Londres" "country_code" => string(3) "ENG" ) 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(87) "Walia: Cardiff City Stadium może stać się jednym z największych w Wielkiej Brytanii" "id" => string(5) "26878" "thumbnail" => string(32) "img/news/2026/03/26878-thumbnail" "lead" => string(272) "Cardiff City Stadium może w przyszłości znacząco zwiększyć swoją pojemność. Wstępne plany zakładają rozbudowę dwóc …" "published" => string(19) "2026-03-12 16:03:05" "url" => string(82) "walia_cardiff_city_stadium_moze_stac_sie_jednym_z_najwiekszych_w_wielkiej_brytanii" ) 1 => array(6) ( "title" => string(66) "Anglia: Chelsea na rozdrożu – Earl's Court czy Stamford Bridge?" "id" => string(5) "26435" "thumbnail" => string(32) "img/news/2025/12/26435-thumbnail" "lead" => string(446) "Plany Chelsea dotyczące nowego stadionu w Londynie pozostają wciąż w sferze rozważań, mimo że ostatnie decyzje władz lok …" "published" => string(19) "2025-12-18 15:34:43" "url" => string(58) "anglia_chelsea_na_rozdrozu_earls_court_czy_stamford_bridge" ) 2 => array(6) ( "title" => string(99) "Wielka Brytania: Mundial kobiet 2035 na wyspach? Wśród stadionów New Trafford Manchesteru United" "id" => string(5) "26370" "thumbnail" => string(32) "img/news/2025/12/26370-thumbnail" "lead" => string(348) "Wielka Brytania może zostać gospodarzem Mistrzostw Świata Kobiet FIFA 2035, a dziś ujawniono listę stadionów, na których …" "published" => string(19) "2025-12-04 14:41:10" "url" => string(94) "wielka_brytania_mundial_kobiet_2035_na_wyspach_wsrod_stadionow_new_trafford_manchesteru_united" ) 3 => array(6) ( "title" => string(54) "Anglia: Nowy stadion dla Chelsea dopiero w 2040 roku? " "id" => string(5) "24931" "thumbnail" => string(32) "img/news/2025/05/24931-thumbnail" "lead" => string(201) "Współwłaściciel Chelsea, Hansjörg Wyss, po raz pierwszy od przejęcia klubu przez konsorcjum Clearlake Capital–Todd Boehl …" "published" => string(19) "2025-05-09 09:49:15" "url" => string(51) "anglia_nowy_stadion_dla_chelsea_dopiero_w_2040_roku" ) 4 => array(6) ( "title" => string(65) "Anglia: Rozbudowa stadionu Chelsea? Jest już stadion zastępczy " "id" => string(5) "24873" "thumbnail" => string(32) "img/news/2025/05/24873-thumbnail" "lead" => string(201) "Rugby Football Union (RFU) byłaby otwarta na dzielenie Allianz Stadium (Twickenham) z Chelsea, jeśli klub Premier League zdecy …" "published" => string(19) "2025-05-02 17:17:55" "url" => string(60) "anglia_rozbudowa_stadionu_chelsea_jest_juz_stadion_zastepczy" ) 5 => array(6) ( "title" => string(72) "Anglia: Współwłaściciel Chelsea jest pewny powstania nowego stadionu" "id" => string(5) "24587" "thumbnail" => string(33) "img/news/2025/03/224587-thumbnail" "lead" => string(234) "Todd Boehly zasugerował w rozmowie z Bloomberg, że właściciele Chelsea są nadal zgodni co do kierunku rozwoju klubu. Jednoc …" "published" => string(19) "2025-03-25 22:25:00" "url" => string(67) "anglia_wspolwlasciciel_chelsea_jest_pewny_powstania_nowego_stadionu" ) 6 => array(6) ( "title" => string(69) "Anglia: Rząd wprowadzi nowe zasady dotyczące sprzedaży stadionów?" "id" => string(5) "23158" "thumbnail" => string(32) "img/news/2024/10/23158-thumbnail" "lead" => string(203) "Rząd przygotowuje się do przyznania niezależnemu regulatorowi uprawnień, które pozwolą mu uniemożliwić klubom Premier Le …" "published" => string(19) "2024-10-28 09:19:00" "url" => string(63) "anglia_rzad_wprowadzi_nowe_zasady_dotyczace_sprzedazy_stadionow" ) 7 => array(6) ( "title" => string(57) "Anglia: Chelsea walczy o nowy stadion w innej lokalizacji" "id" => string(5) "22752" "thumbnail" => string(32) "img/news/2024/09/22752-thumbnail" "lead" => string(340) "Chelsea prowadzi rozmowy o opuszczeniu Stamford Bridge i przeniesieniu się do Earl's Court, szukając rozwiązania swoich plan …" "published" => string(19) "2024-09-14 13:28:58" "url" => string(56) "anglia_chelsea_walczy_o_nowy_stadion_w_innej_lokalizacji" ) 8 => array(6) ( "title" => string(65) "Anglia: Frekwencja na stadionach Premier League w sezonie 2023/24" "id" => string(5) "21930" "thumbnail" => string(32) "img/news/2024/06/21930-thumbnail" "lead" => string(360) "Kolejny sezon, kolejne mistrzostwo dla Manchesteru City. Nagroda za najwyższą frekwencję trafiła także do miasta Manchester …" "published" => string(19) "2024-06-11 10:00:00" "url" => string(63) "anglia_frekwencja_na_stadionach_premier_league_w_sezonie_202324" ) 9 => array(6) ( "title" => string(70) "Anglia: Krok naprzód w sprawie wyczekiwanej rozbudowy Stamford Bridge" "id" => string(5) "21672" "thumbnail" => string(32) "img/news/2024/04/21672-thumbnail" "lead" => string(364) "Budowa jednego z największych i najlepszych stadionów w kraju jest priorytetem właścicieli Chelsea, Todda Boehly'ego i Clear …" "published" => string(19) "2024-04-21 19:38:49" "url" => string(68) "anglia_krok_naprzod_w_sprawie_wyczekiwanej_rozbudowy_stamford_bridge" ) 10 => array(6) ( "title" => string(66) "Anglia: Chelsea wyprowadzi się ze Stamford Bridge na sześć lat?" "id" => string(5) "21547" "thumbnail" => string(32) "img/news/2024/03/21547-thumbnail" "lead" => string(283) "Włodarze Chelsea stanęli przed trudnym wyborem dotyczącym przyszłości stadionu. Według The Sun w grze od lat są dwie opcj …" "published" => string(19) "2024-03-16 10:00:00" "url" => string(61) "anglia_chelsea_wyprowadzi_sie_ze_stamford_bridge_na_szesc_lat" ) 11 => array(6) ( "title" => string(54) "Anglia: Jaka będzie stadionowa przyszłość Chelsea?" "id" => string(5) "21034" "thumbnail" => string(32) "img/news/2023/10/21034-thumbnail" "lead" => string(189) "Chelsea kontynuuje rozważanie możliwości przeniesienia się z obecnego stadionu Stamford Bridge, mimo że klub otrzymał potw …" "published" => string(19) "2023-10-19 16:57:19" "url" => string(48) "anglia_jaka_bedzie_stadionowa_przyszlosc_chelsea" ) 12 => array(6) ( "title" => string(61) "Anglia: Chelsea chce zainwestować miliony w plany stadionowe" "id" => string(5) "20981" "thumbnail" => string(32) "img/news/2023/09/20981-thumbnail" "lead" => string(380) "The Blues nie ustają w wysiłkach, aby poprawić swoją sytuację infrastrukturalną. Jeden z najbogatszych klubów na świecie …" "published" => string(19) "2023-09-21 21:46:00" "url" => string(62) "anglia_chelsea_planuje_zainwestowac_miliony_w_plany_stadionowe" ) 13 => array(6) ( "title" => string(59) "Anglia: Większe Stamford Bridge bliżej niż kiedykolwiek?" "id" => string(5) "20806" "thumbnail" => string(32) "img/news/2023/07/20806-thumbnail" "lead" => string(282) "Chelsea nie podjęła ostatecznej decyzji w sprawie swoich planów przebudowy Stamford Bridge, mimo że uzgodniła warunki zakup …" "published" => string(19) "2023-07-20 17:21:55" "url" => string(54) "anglia_wieksze_stamford_bridge_blizej_niz_kiedykolwiek" ) 14 => array(6) ( "title" => string(63) "Anglia: Stadion dla Chelsea - decyzja w ciągu kilku miesięcy?" "id" => string(5) "20557" "thumbnail" => string(32) "img/news/2023/03/20557-thumbnail" "lead" => string(314) "O nowym obiekcie dla jednego z największych klubów na świecie mówi się już od wielu lat. Plotki dotyczyły gruntownego rem …" "published" => string(19) "2023-03-31 17:05:00" "url" => string(57) "anglia_stadion_dla_chelsea_decyzja_w_ciagu_kilku_miesiecy" ) 15 => array(6) ( "title" => string(46) "Anglia: W Premier League zagrają dla Ukrainy?" "id" => string(5) "20542" "thumbnail" => string(32) "img/news/2023/03/20542-thumbnail" "lead" => string(235) "Ostatnio informowaliśmy o wydarzeniu wchodzącym w skład Ramadanu, które organizuje Chelsea FC. Jak się okazuje, to nie jedy …" "published" => string(19) "2023-03-26 10:00:00" "url" => string(43) "anglia_w_premier_league_zagraja_dla_ukrainy" ) 16 => array(6) ( "title" => string(71) "Anglia: Stadion Premier League ugości największe wydarzenie Ramadanu?" "id" => string(5) "20525" "thumbnail" => string(32) "img/news/2023/03/20525-thumbnail" "lead" => string(260) "Przełomowy, kontrowersyjny, tolerancyjny? Jakkolwiek nie nazwiemy pomysłu władz Chelsea, byłoby to pierwsze tego typu wydarz …" "published" => string(19) "2023-03-18 10:00:00" "url" => string(67) "anglia_stadion_premier_league_ugosci_najwieksze_wydarzenie_ramadanu" ) 17 => array(6) ( "title" => string(58) "Anglia: Podwyżki stadionowe dotkną kluby Premier League " "id" => string(5) "20221" "thumbnail" => string(32) "img/news/2022/12/20221-thumbnail" "lead" => string(244) "Wartość prawie wszystkich 20 stadionów, które należą do drużyn grających w Premier League, niedawno wzrosła. W konsekwe …" "published" => string(19) "2022-12-02 10:00:00" "url" => string(54) "anglia_podwyzki_stadionowe_dotkna_kluby_premier_league" ) 18 => array(6) ( "title" => string(49) "Anglia: Jaka przyszłość czeka Stamford Bridge?" "id" => string(5) "20058" "thumbnail" => string(32) "img/news/2022/10/20058-thumbnail" "lead" => string(322) "Chelsea FC od maja tego roku ma nowych właścicieli. Roman Abramowicz zdecydował się sprzedać klub, po tym jak Zachód obją …" "published" => string(19) "2022-10-10 16:59:32" "url" => string(44) "anglia_jaka_przyszlosc_czeka_stamford_bridge" ) 19 => array(6) ( "title" => string(50) "Anglia: Poznajcie stadiony Premier League 2022/23!" "id" => string(5) "19937" "thumbnail" => string(32) "img/news/2022/08/19937-thumbnail" "lead" => string(293) "Nowy sezon angielskiej Premier League, ku uciesze fanów, wystartuje już w piątek, 5 sierpnia. Z tej okazji chcielibyśmy przy …" "published" => string(19) "2022-08-03 22:20:00" "url" => string(47) "anglia_poznajcie_stadiony_premier_league_202223" ) ) "pictures" => string(9353) "<ul> <li><figure><a href="https://stadiony.net/pictures/stadiums/eng/stamford_bridge/stamford_bridge01.jpg" title="Stamford B …" ) }{ 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 41 "name" => string(7) "Chelsea" "long_name" => string(10) "Chelsea FC" "city_id" => string(2) "27" ) 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" => bool FALSE "related_building" => bool FALSE "related_tournament_stadiums" => array(0) "related_publications" => array(3) ( 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(52) "Ranking 10+ 2015: Frekwencje w Europie (Cz. 1. Ligi)" "created" => string(10) "2015-07-28" "category" => string(7) "raporty" "article_url" => string(41) "ranking_10_frekwencje_w_europie_cz_1_ligi" ) 2 => array(4) ( "title" => string(15) "Stamford Bridge" "created" => string(10) "2003-01-31" "category" => string(5) "opisy" "article_url" => string(15) "stamford_bridge" ) ) "stadium_list" => string(12135) "<section class="stadium-list accordion box"> <h1 class="box-hl flag-m eng"> <a href="https://stadiony.net/stadiony/eng">stadion …" ) }"ads_enabled" => bool TRUE "title" => string(15) "Stamford Bridge" )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;