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(121) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/historical/item.php" protected _data => array(9) ( "country" => object Model_Country(12)
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(11) "historyczne" 1 => string(11) "Historyczne" ) 1 => array(2) ( 0 => string(15) "historyczne/pol" 1 => string(6) "Polska" ) 2 => array(2) ( 0 => string(43) "historyczne/pol/stadion_piasta_gliwice_2010" 1 => string(22) "Stadion Piasta Gliwice" ) ) "ads" => string(10) "historical" "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(97) "Stadion historyczny: Stadion Piasta Gliwice, Gliwice, pojemność: 6000, klub: GKS Piast Gliwice." "keywords" => string(122) "historyczne, stadiony, przeszłości, zdjęcia, stare, Stadion Piasta Gliwice, GKS Piast Gliwice, Polska, w Polsce,polskie" "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 1 "url" => string(3) "pol" "code" => string(3) "POL" "name_pl" => string(6) "Polska" "name_en" => string(6) "Poland" "name_es" => string(7) "Polonia" "where_pl" => string(8) "w Polsce" "which_pl" => string(7) "polskie" "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 610 "url" => string(27) "stadion_piasta_gliwice_2010" "long_id" => string(14) "stadion_piasta" "name" => string(22) "Stadion Piasta Gliwice" "long_name" => string(22) "Stadion Piasta Gliwice" "capacity" => integer 6000 "city_id" => integer 535 "clubs_id" => integer 593 "country_id" => string(3) "POL" "league_id" => integer 0 "league" => NULL "historical" => NULL "project" => string(3) "207" "building" => string(2) "72" "features_pl" => string(95) "Oświetlenie: 1460 lux Inauguracja: 1926 ? Renowacje: 2006 Adres: ul. Okrzei 20, 44-100 Gliwice" "features_en" => string(94) "Floodlights: 1460 lux Inauguration: 1926 ? Renovations: 2006 Adress: Okrzei 20, 44-100 Gliwice" "features_es" => string(105) "Iluminación: 1460 lux Inauguración: 1926 ¿? Remodelaciones: 2006 Dirección: Okrzei 20, 44-100 Gliwice" "elemental_capacity_pl" => string(73) "Miejsca siedzące: 5000 Miejsca stojące: 1000 Pojemność w 1941: 15 000" "elemental_capacity_en" => string(58) "Seats: 5000 Standing places: 1000 Capacity in 1941: 15 000" "elemental_capacity_es" => string(60) "Asientos: 5000 Plazas de pie: 1000 Capacidad en 1941: 15 000" "description_pl" => string(894) "<p>Trudno ustalić dokładną datę powstania miejskiego stadionu w Gliwicach, ale na pewno istniał już w 1926 roku. Dopiero p …" "description_en" => string(754) "<p>It's hard to establish, when the ground was built. Surely by 1926 it was already in operation, though until the end of WWII i …" "description_es" => string(1022) "<p>Es difícil establecer cuándo se construyó el estadio. Seguramente para 1926 ya estaba en funcionamiento, …" "created" => string(10) "0000-00-00" "updated" => string(10) "0000-00-00" "club" => string(3) "593" "build_year" => integer 1926 "last_renovation_year" => integer 2006 "retire_year" => integer 2010 ) protected _changed => array(0) protected _related => array(2) ( "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 535 "url" => string(7) "gliwice" "name_pl" => string(7) "Gliwice" "name_en" => string(7) "Gliwice" "name_es" => string(7) "Gliwice" "country_code" => string(3) "POL" ) 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(72) "Polska: Frekwencja na stadionach Ekstraklasy | 9. kolejka sezonu 2023/24" "id" => string(5) "20988" "thumbnail" => string(32) "img/news/2023/09/20988-thumbnail" "lead" => string(308) "Za nami kolejna runda zmagań w polskiej elicie. Emocji i efektownych spotkań w tej kolejce nie brakowało i byliśmy świadkam …" "published" => string(19) "2023-09-26 16:17:00" "url" => string(67) "polska_frekwencja_na_stadionach_ekstraklasy_9_kolejka_sezonu_202324" ) 1 => array(6) ( "title" => string(38) "Nominacja: Stadion Miejski w Gliwicach" "id" => string(4) "4354" "thumbnail" => string(0) "" "lead" => string(324) "Niektórzy pytali nas, czy my poważnie chcemy go nominować. A my, oczywiście poważnie, nie mamy wątpliwości w tej sprawie. …" "published" => string(19) "2012-02-03 23:53:57" "url" => string(37) "nominacja_stadion_miejski_w_gliwicach" ) 2 => array(6) ( "title" => string(32) "Nowe stadiony: Kraków i Gliwice" "id" => string(4) "3864" "thumbnail" => string(0) "" "lead" => string(238) "Oba powstały w miejscu poprzedników, oba kazały kibicom na siebie czekać – ten w Gliwicach jeszcze nie przeszedł piłkars …" "published" => string(19) "2011-10-17 01:57:15" "url" => string(30) "nowe_stadiony_krakow_i_gliwice" ) 3 => array(6) ( "title" => string(42) "Górny Śląsk, czyli region projektów..." "id" => string(4) "3615" "thumbnail" => string(0) "" "lead" => string(244) "W tym roku doczekamy się jednego nowego stadionu w najbardziej zaludnionym regionie Polski. Tylko jednego, bo projekty z Zabrza …" "published" => string(19) "2011-08-18 19:29:52" "url" => string(34) "gorny_slask_czyli_region_projektow" ) 4 => array(6) ( "title" => string(60) "Gliwice: Murawa już leży, prace (prawie) dobiegają końca" "id" => string(4) "3384" "thumbnail" => string(0) "" "lead" => string(282) "Wykonawca ma zakończyć swoje zadanie w połowie lipca, ale już teraz patrząc na nowy stadion Piasta można pomyśleć, że t …" "published" => string(19) "2011-06-21 14:46:17" "url" => string(52) "gliwice_murawa_juz_lezy_prace_prawie_dobiegaja_konca" ) 5 => array(6) ( "title" => string(44) "Gliwice: Niecałe 8 tygodni do końca budowy" "id" => string(4) "3240" "thumbnail" => string(0) "" "lead" => string(224) "Niemal codziennie zmienia się gliwicki stadion Piasta. Montowane jest już poszycie dachu, a krzesełka już wskazują napis GL …" "published" => string(19) "2011-05-24 11:23:19" "url" => string(41) "gliwice_niecale_8_tygodni_do_konca_budowy" ) 6 => array(6) ( "title" => string(42) "Gliwice: Bryła nabiera koloru i kształtu" "id" => string(4) "3099" "thumbnail" => string(0) "" "lead" => string(234) "Dotąd oglądaliśmy główne betonowe prefabrykaty i stalową konstrukcję dachu. Teraz pojawiły się już jaskrawo czerwone p …" "published" => string(19) "2011-04-21 02:39:12" "url" => string(39) "gliwice_bryla_nabiera_koloru_i_ksztaltu" ) 7 => array(6) ( "title" => string(33) "Gliwice: Sam oceń widok z trybun" "id" => string(4) "2998" "thumbnail" => string(0) "" "lead" => string(228) "Nowy stadion Piasta nie będzie cudem architektury, ale widzom zaoferuje komfortowe warunki. O tym, jaka będzie widoczność, m …" "published" => string(19) "2011-03-30 15:11:54" "url" => string(31) "gliwice_sam_ocen_widok_z_trybun" ) 8 => array(6) ( "title" => string(31) "Gliwice: Błyskawiczne postępy" "id" => string(4) "2887" "thumbnail" => string(0) "" "lead" => string(207) "Minęło pięć miesięcy od wbicia pierwszej łopaty, a już kończą się prace nad konstrukcją przyszłego zadaszenia. Trybu …" "published" => string(19) "2011-03-08 13:15:46" "url" => string(28) "gliwice_blyskawiczne_postepy" ) 9 => array(6) ( "title" => string(39) "Gliwice: Do końca marca będą trybuny" "id" => string(4) "2801" "thumbnail" => string(0) "" "lead" => string(254) "Prefabrykaty trybun mają nadać kształt stadionowi do końca marca. Gotowa będzie też konstrukcja dachu, na którą pozostan …" "published" => string(19) "2011-02-18 05:30:37" "url" => string(35) "gliwice_do_konca_marca_beda_trybuny" ) 10 => array(6) ( "title" => string(44) "Gliwice: Zobacz nową wizualizację stadionu" "id" => string(4) "2704" "thumbnail" => string(0) "" "lead" => string(244) "Budowa w Gliwicach idzie bardzo szybko – trybuny nabierają kształtu z dnia na dzień, a klub właśnie przygotował dla kibi …" "published" => string(19) "2011-01-27 16:24:46" "url" => string(41) "gliwice_zobacz_nowa_wizualizacje_stadionu" ) 11 => array(6) ( "title" => string(37) "Gliwice: Rośnie trybuna, jedzie dach" "id" => string(4) "2664" "thumbnail" => string(0) "" "lead" => string(224) "Choć jeszcze w grudniu stadion nieśmiało wychodził z ziemi, w lutym zobaczymy pierwszą trybunę. Jej zarys można podziwia …" "published" => string(19) "2011-01-18 18:19:32" "url" => string(34) "gliwice_rosnie_trybuna_jedzie_dach" ) 12 => array(6) ( "title" => string(37) "Śląsk: Czas (powolnej) modernizacji" "id" => string(4) "2571" "thumbnail" => string(0) "" "lead" => string(313) "Wielu Polakom ten region kojarzy się z zanieczyszczeniami i złymi warunkami życia. Śląskie stadiony mają podobną opinię …" "published" => string(19) "2010-12-27 02:36:29" "url" => string(32) "slask_czas_powolnej_modernizacji" ) 13 => array(6) ( "title" => string(38) "Gliwice: Prace idą naprzód mimo zimy" "id" => string(4) "2492" "thumbnail" => string(0) "" "lead" => string(181) "Choć pogoda nie rozpieszcza, utrudniając prowadzenie prac ziemnych, w Gliwicach nie ma opóźnień. Wszystkie roboty wykonywan …" "published" => string(19) "2010-12-04 11:50:18" "url" => string(35) "gliwice_prace_ida_naprzod_mimo_zimy" ) 14 => array(6) ( "title" => string(26) "Gliwice: Fundamenty wylane" "id" => string(4) "2453" "thumbnail" => string(0) "" "lead" => string(248) "Jak poinformował w rozmowie z klubową telewizją Piasta Gliwice kierownik budowy, w czwartek wylano ostatnie dwa bloki fundame …" "published" => string(19) "2010-11-26 01:43:32" "url" => string(25) "gliwice_fundamenty_wylane" ) 15 => array(6) ( "title" => string(33) "Zobacz stronę budowy w Gliwicach" "id" => string(4) "2440" "thumbnail" => string(0) "" "lead" => string(230) "Ruszyła już na początku listopada, ale teraz można też oglądać postępy prac nad stadionem Piasta w internetowej kamerze. …" "published" => string(19) "2010-11-22 16:00:14" "url" => string(32) "zobacz_strone_budowy_w_gliwicach" ) 16 => array(6) ( "title" => string(57) "Gliwice: Wylicytuj krzesełko, pomóż młodzieży Piasta" "id" => string(4) "2353" "thumbnail" => string(0) "" "lead" => string(287) "Ze starego stadionu zostały tylko zwały gruzów, ale kilka krzesełek otrzyma nowe życie. Opatrzone podpisami trenerów i zaw …" "published" => string(19) "2010-10-27 22:23:41" "url" => string(50) "gliwice_wylicytuj_krzeselko_pomoz_mlodziezy_piasta" ) 17 => array(6) ( "title" => string(27) "Nowa budowa: Stadion Piasta" "id" => string(4) "2337" "thumbnail" => string(0) "" "lead" => string(154) "Rozbiórka obiektu przy Okrzei ruszyła z końcem września, a już pojawiły się fundamenty i zbrojenia. Dziś z budynku klubo …" "published" => string(19) "2010-10-23 16:07:32" "url" => string(26) "nowa_budowa_stadion_piasta" ) 18 => array(6) ( "title" => string(34) "Gliwice: Trybun już prawie nie ma" "id" => string(4) "2294" "thumbnail" => string(0) "" "lead" => string(255) "Fani Piasta pewnie z niecierpliwością wypatrują pierwszych elementów nowego stadionu. Coraz bliżej do tego etapu, bo demont …" "published" => string(19) "2010-10-11 16:24:47" "url" => string(32) "gliwice_trybun_juz_prawie_nie_ma" ) 19 => array(6) ( "title" => string(42) "Gliwice: Umowa podpisana, można zaczynać" "id" => string(4) "2253" "thumbnail" => string(0) "" "lead" => string(239) "We wtorek przed południem w siedzibie Piasta spotkali się prezydent Gliwic i prezes Polimeksu Mostostal. Podpisali umowę, zap …" "published" => string(19) "2010-09-28 17:30:29" "url" => string(38) "gliwice_umowa_podpisana_mozna_zaczynac" ) ) "title" => string(34) "Stadion Piasta Gliwice – do 2010" "pictures" => string(1938) "<h3>2005</h3><ul><li><figure><a href="https://stadiony.net/pictures/historical/pol/stadion_piasta_gliwice_2010/stadion_piasta_gl …" "country_url" => string(3) "pol" "url" => string(27) "stadion_piasta_gliwice_2010" ) }{ 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 593 "name" => string(5) "Piast" "long_name" => string(17) "GKS Piast Gliwice" "city_id" => string(3) "535" ) protected _changed => array(0) protected _related => array(0) }{ protected _file => string(127) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/historical/aside-item.php" protected _data => array(4) ( "related_project" => array(3) ( "name" => string(14) "Stadion Piasta" "url" => string(22) "stadion_piasta_gliwice" "country_code" => string(3) "POL" ) "related_stadium" => array(3) ( "url" => string(22) "stadion_piasta_gliwice" "name" => string(22) "Stadion Piasta Gliwice" "country_code" => string(3) "POL" ) "related_building" => array(3) ( "name" => string(14) "Stadion Piasta" "url" => string(22) "stadion_piasta_gliwice" "country_code" => string(3) "POL" ) "stadium_list" => string(18884) "<section class="stadium-list accordion box"> <h1 class="box-hl"> <a href="https://stadiony.net/historyczne">Stadiony historyczn …" ) }
"title" => string(47) "Historyczne: Stadion Piasta Gliwice – do 2010" )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;