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)
code
integer 8
error
string(92) "session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)"
file
string(120) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/system/classes/kohana/session/native.php"
line
integer 27
4
array(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)
id
NULL
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)
id
NULL
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)
config
NULL
id
NULL
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)
config
object 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)
0
string(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 <head> 5 <title><?php echo $title_text ?></title> 6 <link rel="preload" crossorigin="anonymous" href="<?php echo URL::base(); ?>assets/fonts/ubuntu-300-webfont.woff" as="font" type="font/woff" /> 7 <link rel="preload" crossorigin="anonymous" href="<?php echo URL::base(); ?>assets/fonts/ubuntu-300i-webfont.woff" as="font" type="font/woff" />
-
SYSPATH/classes/kohana/view.php [ 49 ] » include(arguments)
0
string(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_filename
string(112) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout.php"
kohana_view_data
array(10) ( "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(57) "Estádio Governador Magalhães Pinto (Estádio Mineirão)" "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/bra" 1 => string(8) "Brazylia" ) 2 => array(2) ( 0 => string(29) "stadiony/bra/estadio_mineirao" 1 => string(18) "Estádio Mineirão" ) ) "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(156) "Stadion: Estádio Governador Magalhães Pinto (Estádio Mineirão), Belo Horizonte, Brazylia, pojemność: 62160, klub:, EC Cruz …" "keywords" => string(163) "prezentacje, stadionów, zdjęcia, Estádio Governador Magalhães Pinto (Estádio Mineirão), EC Cruzeiro, Club Atletico Mineiro …" "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 37 "url" => string(3) "bra" "code" => string(3) "BRA" "name_pl" => string(8) "Brazylia" "name_en" => string(6) "Brazil" "name_es" => string(6) "Brasil" "where_pl" => string(10) "w Brazylii" "which_pl" => string(12) "brazylijskie" "fifa_code" => string(8) "CONMEBOL" ) 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 383 "url" => string(16) "estadio_mineirao" "long_id" => string(8) "mineirao" "name" => string(18) "Estádio Mineirão" "long_name" => string(57) "Estádio Governador Magalhães Pinto (Estádio Mineirão)" "capacity" => integer 62160 "city_id" => integer 328 "clubs_id" => integer 367 "country_id" => string(3) "BRA" "league_id" => integer 40 "league" => string(2) "40" "historical" => NULL "project" => string(3) "120" "building" => string(2) "84" "features_pl" => string(393) "Inauguracja: 05.09.1965 (Minas Gerais State Team - River Plate, 1-0) Czas budowy: 1959 - 1965 Renowacje: 2003, 2010-2013 Rekord …" "features_en" => string(406) "Inauguration: 05.09.1965 (Minas Gerais State Team - River Plate, 1-0) Construction: 1959 - 1965 Renovations: 2003, 2010 - 2013 R …" "features_es" => string(423) "Inauguración: 05/09/1965 (Minas Gerais State Team - River Plate, 1-0) Construcción: 1959 - 1965 Remodelaciones: 2003, 2010 - 2 …" "elemental_capacity_pl" => string(0) "" "elemental_capacity_en" => string(0) "" "elemental_capacity_es" => string(0) "" "description_pl" => string(2131) "<p lang="en-GB">Projekt stadionu pojawił się w 1959 roku, choć stworzenie wielkiego, reprezentacyjnego stadionu w stanie Mina …" "description_en" => string(1772) "<p lang="en-GB">Planning works for the region's largest stadium started in 1959, though were under consideration since 1940s. Al …" "description_es" => string(2295) "<p>Los trabajos de planificación para construir el estadio más grande de la región comenzaron en 1959, aunq …" "created" => string(10) "0000-00-00" "updated" => string(10) "2023-02-20" "club" => string(3) "367" "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(1) ( ... ) 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 328 "url" => string(14) "belo_horizonte" "name_pl" => string(14) "Belo Horizonte" "name_en" => string(14) "Belo Horizonte" "name_es" => string(14) "Belo Horizonte" "country_code" => string(3) "BRA" ) 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(62) "Brazylia: Cruzeiro z pełną kontrolą nad Estádio Mineirão?" "id" => string(5) "20129" "thumbnail" => string(32) "img/news/2022/11/20129-thumbnail" "lead" => string(326) "Atlético Mineiro lada moment opuści swój dotychczasowy dom i będzie grało na obiekcie, którego nie będzie musiało z niki …" "published" => string(19) "2022-11-02 15:45:00" "url" => string(55) "brazylia_cruzeiro_z_pelna_kontrola_nad_estadio_mineirao" ) 1 => array(6) ( "title" => string(60) "Brazylia: Atlético dzięki kibicom zarabia na koszty budowy" "id" => string(5) "18256" "thumbnail" => string(32) "img/news/2020/10/18257-thumbnail" "lead" => string(259) "Pandemia to okres szczególnie trudny, ale nawet w ciężko doświadczonej Brazylii są i takie, pozytywne historie. „Galo” …" "published" => string(19) "2020-10-21 00:32:31" "url" => string(57) "brazylia_atletico_dzieki_kibicom_zarabia_na_koszty_budowy" ) 2 => array(6) ( "title" => string(43) "Brazylia: Inni liczą straty, a oni budują" "id" => string(5) "17788" "thumbnail" => string(32) "img/news/2020/05/17789-thumbnail" "lead" => string(235) "Choć Brazylia na brak problemów nie może obecnie narzekać, Atlético Mineiro zdecydowali, że nie będą czekać ani dnia d …" "published" => string(19) "2020-05-05 22:59:33" "url" => string(39) "brazylia_inni_licza_straty_a_oni_buduja" ) 3 => array(6) ( "title" => string(57) "Brazylia: Tylko 16 stadionów ponad przeciętnym poziomem" "id" => string(5) "13198" "thumbnail" => string(32) "img/news/2016/08/13202-thumbnail" "lead" => string(207) "Brazylijskie ministerstwo sportu przeprowadziło wizytację 155 aren piłkarskich w całym kraju. Efekt nie jest najlepszy – p …" "published" => string(19) "2016-08-15 11:10:10" "url" => string(54) "brazylia_tylko_16_stadionow_ponad_przecietnym_poziomem" ) 4 => array(6) ( "title" => string(50) "Rio 2016: Oczy świata zwracają się na Brazylię" "id" => string(5) "13157" "thumbnail" => string(32) "img/news/2016/08/13161-thumbnail" "lead" => string(163) "Na razie wszyscy wydawali się na siłę szukać skandalu, ale od jutra relacje powinny się skupiać na sportowej rywalizacji. …" "published" => string(19) "2016-08-05 19:33:08" "url" => string(45) "rio_2016_oczy_swiata_zwracaja_sie_na_brazylie" ) 5 => array(6) ( "title" => string(55) "Brazylia: Cruzeiro próbuje zerwać umowę ze stadionem" "id" => string(5) "12901" "thumbnail" => string(32) "img/news/2016/06/12902-thumbnail" "lead" => string(190) "Od 2013 nie zapłacili czynszu za korzystanie z legendarnego Mineirão i zalegają już ponad 30 milionów. Mimo to Cruzeiro wci …" "published" => string(19) "2016-06-10 05:49:06" "url" => string(51) "brazylia_cruzeiro_probuje_zerwac_umowe_ze_stadionem" ) 6 => array(6) ( "title" => string(43) "Nowy projekt: Pierwszy raz na swoim od 1950" "id" => string(5) "12458" "thumbnail" => string(32) "img/news/2016/03/12459-thumbnail" "lead" => string(202) "W ostatnich latach Atlético Mineiro grali na dwóch całkowicie odbudowanych stadionach. Ale żaden im w pełni nie pasuje. Dla …" "published" => string(19) "2016-03-22 04:36:22" "url" => string(57) "nowy_projekt_trzeci_stadion_dla_kogutow_wreszcie_na_swoim" ) 7 => array(6) ( "title" => string(64) "Brazylia: Rekordowy Mundial pod względem widowni (teoretycznie)" "id" => string(4) "9392" "thumbnail" => string(31) "img/news/2014/07/9393-thumbnail" "lead" => string(222) "Zakończone Mistrzostwa Świata 2014 oglądało na żywo ok. 3,43 miliona widzów. Tak przynajmniej wynika z danych FIFA, która …" "published" => string(19) "2014-07-15 05:22:18" "url" => string(60) "brazylia_rekordowy_mundial_pod_wzgledem_widowni_teoretycznie" ) 8 => array(6) ( "title" => string(51) "Raport: Ile wydali Brazylijczycy na nowe stadiony? " "id" => string(4) "9371" "thumbnail" => string(31) "img/news/2014/07/9372-thumbnail" "lead" => string(226) "Tyle się mówi o przepłaceniu, o widmie strat. Ale rzeczywistość nie jest aż tak kontrowersyjna – żaden stadion nie był …" "published" => string(19) "2014-07-10 21:24:53" "url" => string(48) "raport_ile_wydali_brazylijczycy_na_nowe_stadiony" ) 9 => array(6) ( "title" => string(51) "Wywiad: „Radykalna przemiana wielkiego zabytku”" "id" => string(4) "9360" "thumbnail" => string(31) "img/news/2014/07/9361-thumbnail" "lead" => string(291) "Przechodząc obok niego ulicą, możesz uznać ogromny Mineirao za niezmieniony od lat. To oznacza, że architekci odnieśli suk …" "published" => string(19) "2014-07-08 21:49:57" "url" => string(44) "wywiad_radykalna_przemiana_wielkiego_zabytku" ) 10 => array(6) ( "title" => string(67) "Mundial 2014: Tylko wybrani Brazylijczycy świętują na stadionach" "id" => string(4) "9316" "thumbnail" => string(31) "img/news/2014/06/9317-thumbnail" "lead" => string(225) "Rynkowa cena większości biletów na mecze to połowa pensji dla wielu mieszkańców. Dlatego na stadionach pojawiają się pra …" "published" => string(19) "2014-06-30 20:00:13" "url" => string(59) "brazylia_tylko_wybrani_brazylijczycy_swietuja_na_stadionach" ) 11 => array(6) ( "title" => string(52) "Mundial 2014: Podziel się wrażeniami z Mistrzostw!" "id" => string(4) "9309" "thumbnail" => string(31) "img/news/2014/06/9310-thumbnail" "lead" => string(251) "Jak w przypadku każdej wielkiej imprezy, staramy się na bieżąco pokazywać zdjęcia ze stadionów Mundialu 2014. Mamy już k …" "published" => string(19) "2014-06-29 05:10:05" "url" => string(48) "mundial_2014_podziel_sie_wrazeniami_z_mistrzostw" ) 12 => array(6) ( "title" => string(56) "Mundial 2014: Stadiony sprawdzone, wszyscy cali i zdrowi" "id" => string(4) "9248" "thumbnail" => string(31) "img/news/2014/06/9249-thumbnail" "lead" => string(200) "Wszystkie stadiony mają za sobą pierwsze mecze, dlatego podsumowujemy: Gdzie są problemy, ilu było widzów, jak się bawili. …" "published" => string(19) "2014-06-17 05:23:37" "url" => string(54) "mundial_2014_stadiony_sprawdzone_wszyscy_cali_i_zdrowi" ) 13 => array(6) ( "title" => string(60) "Belo Horizonte: Dach Mineirão poddany ekstremalnemu testowi" "id" => string(4) "8664" "thumbnail" => string(31) "img/news/2014/03/8664-thumbnail" "lead" => string(226) "Niedługo przed wczorajszym meczem Cruzeiro gwałtowna burza doprowadziła do uszkodzeń dachu. Nie nadążał też system drena …" "published" => string(19) "2014-03-02 16:35:48" "url" => string(58) "belo_horizonte_dach_mineirao_poddany_ekstremalnemu_testowi" ) 14 => array(6) ( "title" => string(44) "Stadion Roku 2013: Ostatnia doba głosowania" "id" => string(4) "8618" "thumbnail" => string(31) "img/news/2014/02/8617-thumbnail" "lead" => string(213) "Za nami dokładnie 30 dni głosowania. To już ostatnia doba, by wyrazić swoje poparcie dla najlepszych stadionów otwartych w …" "published" => string(19) "2014-02-22 00:00:05" "url" => string(42) "stadion_roku_2013_ostatnia_doba_glosowania" ) 15 => array(6) ( "title" => string(20) "Nominacja: Mineirão" "id" => string(4) "8509" "thumbnail" => string(31) "img/news/2014/02/8509-thumbnail" "lead" => string(209) "Kolejna legenda brazylijskiego futbolu wyszła z modernizacji przed Mundialem 2014 prawie bez szwanku. W Belo Horizonte udało s …" "published" => string(19) "2014-02-07 21:56:40" "url" => string(18) "nominacja_mineirao" ) 16 => array(6) ( "title" => string(41) "Stadion Roku 2013: Zaczynamy głosowanie!" "id" => string(4) "8410" "thumbnail" => string(31) "img/news/2014/01/8409-thumbnail" "lead" => string(239) "Zapraszamy do głosowania na Stadion Roku 2013. Od teraz macie dokładnie miesiąc na poznanie kandydatów i podjęcie decyzji. …" "published" => string(19) "2014-01-23 00:00:30" "url" => string(38) "stadion_roku_2013_zaczynamy_glosowanie" ) 17 => array(6) ( "title" => string(39) "Stadion Roku 2013: Zaczynamy nominacje!" "id" => string(4) "8317" "thumbnail" => string(31) "img/news/2014/01/8318-thumbnail" "lead" => string(252) "Jak co roku styczeń to czas, kiedy zapraszamy Was do zgłaszania swoich nominacji w plebiscycie Stadion Roku. Wstępną listę …" "published" => string(19) "2014-01-07 17:55:42" "url" => string(37) "stadion_roku_2013_zaczynamy_nominacje" ) 18 => array(6) ( "title" => string(59) "Brazylia: Piłkarski finał marzeń, wizerunkowa katastrofa" "id" => string(4) "7301" "thumbnail" => string(31) "img/news/2013/06/7302-thumbnail" "lead" => string(352) "Brazylia i Hiszpania w finale Pucharu Konfederacji – to musi być wielkie widowisko. Ale zamiast na imprezach zarobić, Brazyl …" "published" => string(19) "2013-06-30 21:47:47" "url" => string(54) "brazylia_pilkarski_final_marzen_wizerunkowa_katastrofa" ) 19 => array(6) ( "title" => string(39) "Brazylia: Puchar Konfederacji startuje!" "id" => string(4) "7216" "thumbnail" => string(31) "img/news/2013/06/7217-thumbnail" "lead" => string(288) "Dziś o 21:00 rozpoczął się pierwszy z meczów Pucharu Konfederacji. Trzy stadiony są całkiem nowe, trzy przebudowane. Nie …" "published" => string(19) "2013-06-15 21:04:04" "url" => string(37) "brazylia_puchar_konfederacji_startuje" ) ) "pictures" => string(17563) "<ul> <li><figure><a href="https://stadiony.net/pictures/stadiums/bra/mineirao/mineirao21.jpg" title="Estádio Governador Magalh …" ) }{ 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 367 "name" => string(17) "Cruzeiro, Mineiro" "long_name" => string(34) "EC Cruzeiro, Club Atletico Mineiro" "city_id" => string(3) "328" ) 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(18) "Estádio Mineirão" "url" => string(16) "estadio_mineirao" "country_code" => string(3) "BRA" ) "related_building" => array(3) ( "name" => string(18) "Estádio Mineirão" "url" => string(8) "mineirao" "country_code" => string(3) "BRA" ) "related_tournament_stadiums" => array(1) ( 0 => array(6) ( "tournament_category_url_pl" => string(7) "mundial" "tournament_category_url_en" => string(9) "world_cup" "tournament_edition" => string(4) "2014" "stadium_tournament_url" => string(16) "estadio_mineirao" "stadium_tournament_name" => string(16) "Estadio Mineirao" "tournament_name" => string(12) "Mundial 2014" ) ) "related_publications" => array(0) "stadium_list" => string(4893) "<section class="stadium-list accordion box"> <h1 class="box-hl flag-m bra"> <a href="https://stadiony.net/stadiony/bra">stadion …" ) }
"title" => string(57) "Estádio Governador Magalhães Pinto (Estádio Mineirão)" )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 [ 634 ] » Kohana_View->__toString()
629 $total = array( 630 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 631 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 632 633 // Insert the totals into the response 634 $request->response = strtr((string) $request->response, $total); 635 } 636 637 638 /** 639 * Display the request response.
-
DOCROOT/index.php [ 104 ] » require(arguments)
0
string(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;