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(32) "RCDE Stadium (Estadi Nou Sarria)" "country" => object Model_Country(12)
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(8) "stadiums" 1 => string(8) "Stadiums" ) 1 => array(2) ( 0 => string(12) "stadiums/esp" 1 => string(5) "Spain" ) 2 => array(2) ( 0 => string(36) "stadiums/esp/estadi_cornella_el_prat" 1 => string(12) "RCDE Stadium" ) ) "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(110) "Stadium: RCDE Stadium (Estadi Nou Sarria), Barcelona, Spain, capacity: 40000, club: RCD Espanyol de Barcelona." "keywords" => string(109) "stadiums, pictures, information, features, RCDE Stadium (Estadi Nou Sarria), RCD Espanyol de Barcelona, Spain" "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 11 "url" => string(3) "esp" "code" => string(3) "ESP" "name_pl" => string(9) "Hiszpania" "name_en" => string(5) "Spain" "name_es" => string(7) "España" "where_pl" => string(11) "w Hiszpanii" "which_pl" => string(12) "hiszpańskie" "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 919 "url" => string(23) "estadi_cornella_el_prat" "long_id" => string(23) "estadi_cornella_el_prat" "name" => string(12) "RCDE Stadium" "long_name" => string(32) "RCDE Stadium (Estadi Nou Sarria)" "capacity" => integer 40000 "city_id" => integer 63 "clubs_id" => integer 906 "country_id" => string(3) "ESP" "league_id" => integer 12 "league" => string(2) "12" "historical" => NULL "project" => string(2) "72" "building" => NULL "features_pl" => string(433) "Inne nazwy: Estadio Cornellà-El Prat (2009–2014), Power8 Stadium (2014–2016), RCDE Stadium (2016–2023), Stage Front Stadi …" "features_en" => string(439) "Other names: Estadio Cornellà-El Prat (2009–2014), Power8 Stadium (2014–2016), RCDE Stadium (2016–2023), Stage Front Stad …" "features_es" => string(451) "Otros nombres: Estadio Cornellà-El Prat (2009–2014), Power8 Stadium (2014–2016), RCDE Stadium (2016–2023), Stage Front St …" "elemental_capacity_pl" => string(0) "" "elemental_capacity_en" => string(0) "" "elemental_capacity_es" => string(0) "" "description_pl" => string(1746) "<p>Stadion powstał jako prywatna inwestycja Espanyolu Barcelona ok. 7 km na południowy zachód od poprzedniego obiektu u …" "description_en" => string(1597) "<p>The stadium, built as a private investment of RCD Espanyol, lies app. 7km South-West from their previous home, <a href="/stad …" "description_es" => string(1570) "<p>El estadio, construido como una inversión privada del RCD Espanyol, se encuentra a unos 7 km al suroeste de su hogar a …" "created" => string(10) "0000-00-00" "updated" => string(10) "2023-03-01" "club" => string(3) "906" "build_year" => NULL "last_renovation_year" => NULL "retire_year" => NULL ) protected _changed => array(0) protected _related => array(3) ( "historical" => object Model_Stadium(12){ protected _model => string(7) "stadium" protected _db => string(7) "default" protected _table => string(8) "stadiums" protected _fields => array(30) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(29) ( ... ) protected _changed => array(0) protected _related => array(0) }
"project" => object Model_Project(12){ protected _model => string(7) "project" protected _db => string(7) "default" protected _table => string(8) "projects" protected _fields => array(23) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(23) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
"building" => object Model_Building(12){ protected _model => string(8) "building" protected _db => string(7) "default" protected _table => string(9) "buildings" protected _fields => array(23) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(23) ( ... ) protected _changed => array(0) protected _related => array(0) }
) }{ protected _model => string(4) "city" protected _db => string(7) "default" protected _table => string(6) "cities" protected _fields => array(6) ( "id" => object Sprig_Field_Auto(17)
"clubs" => object Model_Club(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_pl" public label => string(7) "name pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"country_code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "country_code" public label => string(12) "country code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(6) ( "id" => integer 63 "url" => string(9) "barcelona" "name_pl" => string(9) "Barcelona" "name_en" => string(9) "Barcelona" "name_es" => string(9) "Barcelona" "country_code" => string(3) "ESP" ) 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(67) "Spain: Spanish football unites to help Valencia after tragic floods" "id" => string(5) "23252" "thumbnail" => string(32) "img/news/2024/11/23252-thumbnail" "lead" => string(344) "Although many players and coaches asked to suspend all the matches of the last week due to the tragedy caused by the “cold dro …" "published" => string(19) "2024-11-07 16:54:00" "url" => string(66) "spain_spanish_football_unites_to_help_valencia_after_tragic_floods" ) 1 => array(6) ( "title" => string(67) "Spain: FC Barcelona may close part of stands over dispute with fans" "id" => string(5) "23230" "thumbnail" => string(32) "img/news/2024/11/23230-thumbnail" "lead" => string(191) "FC Barcelona has taken a firm stance towards fan groups currently comprising the Grada d'Animació, particularly targeting Penya …" "published" => string(19) "2024-11-05 16:53:31" "url" => string(66) "spain_fc_barcelona_may_close_part_of_stands_over_dispute_with_fans" ) 2 => array(6) ( "title" => string(66) "Spain: Penalty for Espanyol for plastic cup thrown from the stands" "id" => string(5) "22942" "thumbnail" => string(32) "img/news/2024/10/22942-thumbnail" "lead" => string(245) "After the match between Espanyol and Villarreal, a fan threw a plastic cup from the stands, which hit referee Alejandro Quintero …" "published" => string(19) "2024-10-03 14:08:29" "url" => string(65) "spain_penalty_for_espanyol_for_plastic_cup_thrown_from_the_stands" ) 3 => array(6) ( "title" => string(55) "Spain: Will Disciplinary Commission close RCDE Stadium?" "id" => string(5) "22924" "thumbnail" => string(32) "img/news/2024/10/22924-thumbnail" "lead" => string(266) "On September 26, after the match between RCD Espanyol and Villarreal, a plastic cup thrown from the stands struck referee Alejan …" "published" => string(19) "2024-10-01 16:45:02" "url" => string(53) "spain_will_disciplinary_commission_close_rcde_stadium" ) 4 => array(6) ( "title" => string(36) "Spain: Music arrives at RCDE Stadium" "id" => string(5) "22850" "thumbnail" => string(32) "img/news/2024/09/22850-thumbnail" "lead" => string(269) "The calendar of Espanyol de Barcelona's state-of-the-art stadium will combine league matches and concerts from 2025 on. The agre …" "published" => string(19) "2024-09-23 14:22:31" "url" => string(35) "spain_music_arrives_at_rcde_stadium" ) 5 => array(6) ( "title" => string(67) "World Cup 2030: Spain selected 11 stadiums. Which ones are missing?" "id" => string(5) "22217" "thumbnail" => string(32) "img/news/2024/07/22217-thumbnail" "lead" => string(241) "By July 31, Spain will present to FIFA the stadiums that, along with venues in Morocco and Portugal, will be part of the 2030 Wo …" "published" => string(19) "2024-07-19 12:28:00" "url" => string(64) "world_cup_2030_spain_selected_11_stadiums_which_ones_are_missing" ) 6 => array(6) ( "title" => string(91) "Spain: Girona to play in Barcelona? Club considers all options for Champions League edition" "id" => string(5) "22162" "thumbnail" => string(32) "img/news/2024/07/22162-thumbnail" "lead" => string(387) "Girona has officially received approval to participate in the 2024/2025 Champions League. The Spanish club and Manchester City s …" "published" => string(19) "2024-07-12 10:56:40" "url" => string(89) "spain_girona_to_play_in_barcelona_club_considers_all_options_for_champions_league_edition" ) 7 => array(6) ( "title" => string(57) "Spain: Espanyol sues sponsor and breaks stadium name deal" "id" => string(5) "22090" "thumbnail" => string(32) "img/news/2024/07/22090-thumbnail" "lead" => string(319) "Stage Front Stadium is reverting to its old name, RCDE Stadium, after Espanyol announced Monday that it has broken its contract …" "published" => string(19) "2024-07-02 15:00:18" "url" => string(56) "spain_espanyol_sues_sponsor_and_breaks_stadium_name_deal" ) 8 => array(6) ( "title" => string(71) "World Cup 2030: The race for the final (and more) enters decisive phase" "id" => string(5) "22065" "thumbnail" => string(32) "img/news/2024/06/22222-thumbnail" "lead" => string(330) "Recent weeks have been tumultuous for the candidate cities, but the next few weeks will be a real storm. Of the 14 Spanish arena …" "published" => string(19) "2024-06-28 19:23:00" "url" => string(68) "world_cup_2030_the_race_for_the_final_and_more_enters_decisive_phase" ) 9 => array(6) ( "title" => string(56) "Spain: Espanyol gives away discounts for play-off match " "id" => string(5) "21936" "thumbnail" => string(32) "img/news/2024/06/21936-thumbnail" "lead" => string(264) "The return leg of the La Liga play-off matches will take place in the coming days. In order to match their opponent in the stand …" "published" => string(19) "2024-06-11 17:00:00" "url" => string(53) "spain_espanyol_gives_away_discounts_for_playoff_match" ) 10 => array(6) ( "title" => string(55) "Spain: A club from Barcelona with stadium naming rights" "id" => string(5) "20725" "thumbnail" => string(32) "img/news/2023/06/20725-thumbnail" "lead" => string(275) "The LaLiga 2 club, RCD Espanyol have announced a partnership with a prominent leader in the ticketing industry, Stage Front. As …" "published" => string(19) "2023-06-22 20:18:18" "url" => string(54) "spain_a_club_from_barcelona_with_stadium_naming_rights" ) 11 => array(6) ( "title" => string(54) "World Cup 2030: Ukraine joins Spain and Portugal's bid" "id" => string(5) "20057" "thumbnail" => string(32) "img/news/2022/10/20056-thumbnail" "lead" => string(319) "It is now official. Ukraine is to complete the Iberian countries' aspiration to host the 2030 FIFA World Cup. The heads of the t …" "published" => string(19) "2022-10-06 16:32:00" "url" => string(52) "world_cup_2030_ukraine_joins_spain_and_portugals_bid" ) 12 => array(6) ( "title" => string(40) "Spain: Meet the 2022/23 LaLiga stadiums!" "id" => string(5) "19954" "thumbnail" => string(32) "img/news/2022/08/19953-thumbnail" "lead" => string(297) "The next season of the Spanish elite starts this evening. It will be a special year for fans around the world, as Robert Lewando …" "published" => string(19) "2022-08-12 17:43:00" "url" => string(37) "spain_meet_the_202223_laliga_stadiums" ) 13 => array(6) ( "title" => string(54) "2030 World Cup: Spain and Portugal confirm aspirations" "id" => string(5) "18924" "thumbnail" => string(32) "img/news/2021/06/18924-thumbnail" "lead" => string(173) "On Friday they met for a friendly game. No goals were scored on the field but the greater goal was confirming the readiness to h …" "published" => string(19) "2021-06-07 19:26:42" "url" => string(53) "2030_world_cup_spain_and_portugal_confirm_aspirations" ) 14 => array(6) ( "title" => string(48) "Spain: Alternative stadiums of all La Liga teams" "id" => string(5) "18170" "thumbnail" => string(32) "img/news/2020/09/18170-thumbnail" "lead" => string(204) "In case their region is forced to lock down again, each Primera División club was forced to select a second stadium to continue …" "published" => string(19) "2020-09-18 16:31:02" "url" => string(47) "spain_alternative_stadiums_of_all_la_liga_teams" ) 15 => array(6) ( "title" => string(43) "Barcelona: Espanyol to launch a wind tunnel" "id" => string(5) "11652" "thumbnail" => string(32) "img/news/2015/10/11652-thumbnail" "lead" => string(191) "Barcelona’s most modern stadium will gain a new attraction as Espanyol announced cooperation with Windoor, operator of indoor …" "published" => string(19) "2015-10-24 00:35:49" "url" => string(42) "barcelona_espanyol_to_launch_a_wind_tunnel" ) 16 => array(6) ( "title" => string(59) "10+ Ranking 2015: Attendances in Europe (Part 2. The Clubs)" "id" => string(5) "11251" "thumbnail" => string(32) "img/news/2015/07/11252-thumbnail" "lead" => string(170) "Borussia, Barca and Man United – lovely dominant trio. But it wasn’t them who gained most fans last season. Check all 217 cl …" "published" => string(19) "2015-07-29 22:47:03" "url" => string(54) "10_ranking_2015_attendances_in_europe_part_2_the_clubs" ) 17 => array(6) ( "title" => string(61) "10+ Ranking 2015: Attendances in Europe (Part 1. The Leagues)" "id" => string(5) "11246" "thumbnail" => string(32) "img/news/2015/07/11246-thumbnail" "lead" => string(198) "Numbers don’t lie: French Ligue 1 outgrew Italian Serie A as Europe’s fourth largest league. Premier League seems unlikely t …" "published" => string(19) "2015-07-28 18:52:22" "url" => string(56) "10_ranking_2015_attendances_in_europe_part_1_the_leagues" ) 18 => array(6) ( "title" => string(59) "10+ Ranking: Here are the best European clubs by attendance" "id" => string(4) "9500" "thumbnail" => string(31) "img/news/2014/08/9501-thumbnail" "lead" => string(231) "There are 229 clubs in Europe enjoying on average 10,000 spectators and more. We list all of them to show the Continent’s most …" "published" => string(19) "2014-08-06 21:35:12" "url" => string(57) "10_ranking_here_are_the_best_european_clubs_by_attendance" ) 19 => array(6) ( "title" => string(58) "Euro 2020: All you need to know about interested countries" "id" => string(4) "7790" "thumbnail" => string(31) "img/news/2013/09/7788-thumbnail" "lead" => string(236) "Or, in other words, all we were able to find digging a lot deeper than just the brief info released by UEFA. It took us a while, …" "published" => string(19) "2013-09-30 19:34:22" "url" => string(57) "euro_2020_all_you_need_to_know_about_interested_countries" ) ) "pictures" => string(16016) "<ul> <li><figure><a href="https://stadiumdb.com/pictures/stadiums/esp/estadi_cornella_el_prat/estadi_cornella_el_prat01.jpg" …" ) }{ 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 906 "name" => string(8) "Espanyol" "long_name" => string(25) "RCD Espanyol de Barcelona" "city_id" => string(2) "63" ) 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(5) ( "related_historical" => bool FALSE "related_project" => array(3) ( "name" => string(19) "Estadio Nou Sarrià" "url" => string(18) "estadio_nou_sarria" "country_code" => string(3) "ESP" ) "related_building" => bool FALSE "related_tournament_stadiums" => array(0) "stadium_list" => string(9537) "<section class="stadium-list accordion box"> <h1 class="box-hl flag-m esp"> <a href="https://stadiumdb.com/stadiums/esp">Stadiu …" ) }
"title" => string(32) "RCDE Stadium (Estadi Nou Sarria)" )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;