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(122) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/tournaments/item.php" protected _data => array(10) ( "stadium" => object Model_Stadium(12)
"breadcrumbs" => array(4) ( 0 => array(2) ( 0 => string(11) "tournaments" 1 => string(11) "Tournaments" ) 1 => array(2) ( 0 => string(21) "tournaments/world_cup" 1 => string(9) "World Cup" ) 2 => array(2) ( 0 => string(26) "tournaments/world_cup/2022" 1 => string(12) "2022 (Qatar)" ) 3 => array(2) ( 0 => string(41) "tournaments/world_cup/2022/lusail_stadium" 1 => string(14) "Lusail Stadium" ) ) "ads" => string(10) "tournament" "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(103) "Lusail Stadium – a FIFA Football World Championships 2022 stadium in Lusail, Qatar; capacity: 88 966." "keywords" => string(79) "tournaments, cup, championship, pictures, Lusail Stadium, World Cup 2022, Qatar" "aside" => object View(2){ 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 2229 "url" => string(14) "lusail_stadium" "long_id" => string(14) "lusail_stadium" "name" => string(14) "Lusail Stadium" "long_name" => string(14) "Lusail Stadium" "capacity" => integer 88966 "city_id" => integer 917 "clubs_id" => integer 1 "country_id" => string(3) "QAT" "league_id" => integer 99 "league" => string(2) "99" "historical" => NULL "project" => string(3) "901" "building" => NULL "features_pl" => string(192) "Czas budowy: 11.04.2017 – 2021 Koszt: 767 mln $ Projekt: Foster + Partners (koncepcja), AFL Architects Wykonawca: HBK Contract …" "features_en" => string(202) "Construction: 11/04/2017 – 2021 Cost: $767 million Design: Foster + Partners (concept design), AFL Architects Contractor: HBK …" "features_es" => string(224) "Construcción: 11/04/2017 – 2021 Coste: $767 millones Proyecto: Foster + Partners (concepción arquitectónica), AFL Architect …" "elemental_capacity_pl" => string(0) "" "elemental_capacity_en" => string(0) "" "elemental_capacity_es" => string(0) "" "description_pl" => string(3406) "<p>Jest to największy stadion na Bliskim Wschodzie i arena finału Mundialu 2022. 80-tysięczny obiekt wybudowano na przedmieś …" "description_en" => string(3101) "<p>It is the largest stadium in the Middle East and the arena of the grand final of the 2022 World Cup. The 80,000-seat facility …" "description_es" => string(3812) "<p>Es el estadio más grande de Oriente Medio y el escenario de la gran final de la Copa Mundial de 2022. La instalaci&oac …" "created" => string(10) "2021-12-17" "updated" => string(10) "2023-02-24" "club" => string(1) "1" "build_year" => NULL "last_renovation_year" => NULL "retire_year" => NULL ) 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 917 "url" => string(11) "lusail_city" "name_pl" => string(6) "Lusajl" "name_en" => string(6) "Lusail" "name_es" => string(6) "Lusail" "country_code" => string(3) "QAT" ) 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)
"country" => object Model_Country(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) }
"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 1 "name" => string(1) "-" "long_name" => string(1) "-" "city_id" => NULL ) protected _changed => array(0) protected _related => array(0) }{ 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)
"tournamant" => object Model_Tournament(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 76 "url" => string(3) "qat" "code" => string(3) "QAT" "name_pl" => string(5) "Katar" "name_en" => string(5) "Qatar" "name_es" => string(5) "Qatar" "where_pl" => string(9) "w Katarze" "which_pl" => string(9) "katarskie" "fifa_code" => string(3) "AFC" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(10) "tournament" protected _db => string(7) "default" protected _table => string(11) "tournaments" protected _fields => array(12) ( "id" => object Sprig_Field_Auto(17)
"tournament_category" => object Model_Tournament_Category(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) }
"edition" => object Sprig_Field_Integer(17){ public min_value => integer 1870 public max_value => integer 2120 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) "edition" public label => string(18) "Edycja, np. "2012"" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"subname_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(10) "subname_pl" public label => string(37) "Podtytul (PL), np. "Polska i Ukraina"" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"subname_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(10) "subname_en" public label => string(39) "Podtytul (EN), np. "Poland and Ukraine"" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"subname_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(10) "subname_es" public label => string(39) "Podtytul (EN), np. "Poland and Ukraine"" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) 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(18) "Opis turnieju (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(18) "Opis turnieju (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(18) "Opis turnieju (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) }
"tournament_category" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(19) "tournament_category" 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 FALSE public default => string(0) "" public choices => NULL public column => string(22) "tournament_category_id" public label => string(19) "tournament category" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"project" => object Sprig_Field_HasMany(20){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(7) "project" 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(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_HasMany(20){ public empty => bool TRUE public default => array(0) public editable => bool FALSE public null => bool TRUE public in_db => bool FALSE public model => string(8) "building" 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(8) "building" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"future" => 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 => integer 0 public choices => array(2) ( ... ) public column => string(6) "future" public label => string(6) "future" public description => string(0) "" public attributes => NULL public in_db => bool TRUE 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(10) ( "id" => integer 14 "edition" => integer 2022 "subname_pl" => string(5) "Katar" "subname_en" => string(5) "Qatar" "subname_es" => string(5) "Catar" "description_pl" => string(31641) "<p><img class="pic-center" src="/img/news/2015/10/24wc2022pl1.png" alt="2022 World Cup" width="1000" height="382" /></p> <p><img …" "description_en" => string(30409) "<p><img class="pic-center" src="/img/news/2015/10/24wc2022en1.png" alt="2022 World Cup" width="1000" height="382" /></p> <p><img …" "description_es" => string(5636) "<h3>¿Ha sido Qatar la elección más controvertida de la historia?</h3> <p>Qatar era el favorito para alberga …" "tournament_category" => string(1) "1" "future" => integer 0 ) protected _changed => array(0) protected _related => array(1) ( "tournament_category" => object Model_Tournament_Category(12){ protected _model => string(19) "tournament_category" protected _db => string(7) "default" protected _table => string(21) "tournament_categories" protected _fields => array(13) ( ... ) 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(13) ( ... ) protected _changed => array(0) protected _related => array(0) }
) }{ protected _model => string(19) "tournament_category" protected _db => string(7) "default" protected _table => string(21) "tournament_categories" protected _fields => array(13) ( "id" => object Sprig_Field_Auto(17)
"tournament_stadium" => object Model_Tournament_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_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(6) "url_pl" public label => string(6) "url 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) }
"url_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(6) "url_en" public label => string(6) "url 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) }
"url_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(6) "url_es" public label => string(6) "url 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) }
"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) }
"seo_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(6) "seo_pl" public label => string(6) "seo 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) }
"seo_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(6) "seo_en" public label => string(6) "seo 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) }
"seo_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(6) "seo_es" public label => string(6) "seo 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) }
"short_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(13) "short_name_pl" public label => string(13) "short 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) }
"short_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(13) "short_name_en" public label => string(13) "short 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) }
"short_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(13) "short_name_es" public label => string(13) "short 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) }
) 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(13) ( "id" => integer 1 "url_pl" => string(7) "mundial" "url_en" => string(9) "world_cup" "url_es" => string(7) "mundial" "name_pl" => string(36) "Mistrzostwa Świata w piłce nożnej" "name_en" => string(33) "FIFA Football World Championships" "name_es" => string(23) "Copa Mundial de la FIFA" "seo_pl" => string(7) "Mundial" "seo_en" => string(9) "World Cup" "seo_es" => string(7) "Mundial" "short_name_pl" => string(3) "MŚ" "short_name_en" => string(2) "WC" "short_name_es" => string(2) "CM" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(18) "tournament_stadium" protected _db => string(7) "default" protected _table => string(19) "tournament_stadiums" protected _fields => array(18) ( "id" => object Sprig_Field_Auto(17)
"news_list" => array(9) ( 0 => array(6) ( "title" => string(52) "Qatar 2022: Check out our coverage of the World Cup!" "thumbnail" => string(32) "img/news/2022/12/20233-thumbnail" "id" => string(5) "20234" "lead" => string(310) "The World Cup can be entertaining. There is no shortage of beautiful goals, excitement until the 100th (sic!) minute, controvers …" "published" => string(19) "2022-12-07 18:25:00" "url" => string(50) "qatar_2022_check_out_our_coverage_of_the_world_cup" ) 1 => array(6) ( "title" => string(53) "Qatar 2022: What's wrong with the stadium attendance?" "thumbnail" => string(32) "img/news/2022/11/20198-thumbnail" "id" => string(5) "20197" "lead" => string(297) "The whole football world has wondered why FIFA, in its official figures on the number of fans in the stands at the ongoing World …" "published" => string(19) "2022-11-23 18:06:05" "url" => string(50) "qatar_2022_whats_wrong_with_the_stadium_attendance" ) 2 => array(6) ( "title" => string(34) "Qatar 2022: World Cup inaugurated!" "thumbnail" => string(32) "img/news/2022/11/20186-thumbnail" "id" => string(5) "20187" "lead" => string(277) "On Sunday, November 20 at 5pm (CET), the first whistle at the football World Cup was blown by the referee. In the opening match, …" "published" => string(19) "2022-11-21 16:00:00" "url" => string(32) "qatar_2022_world_cup_inaugurated" ) 3 => array(6) ( "title" => string(43) "Qatar 2022: FIFA World Cup kicks off today!" "thumbnail" => string(32) "img/news/2022/11/20184-thumbnail" "id" => string(5) "20185" "lead" => string(283) "On November 20 at 5pm (CET), the great countdown will come to an end. A few months later than usual, in an uncharacteristic aura …" "published" => string(19) "2022-11-20 16:42:00" "url" => string(40) "qatar_2022_the_world_cup_kicks_off_today" ) 4 => array(6) ( "title" => string(56) "Qatar 2022: Huge Lusail Stadium debuted to mixed reviews" "thumbnail" => string(32) "img/news/2022/09/20028-thumbnail" "id" => string(5) "20028" "lead" => string(259) "The Lusail stadium, the last of the eight that will host matches for the 2022 World Cup, opened on Friday with a game between Al …" "published" => string(19) "2022-09-22 14:50:00" "url" => string(70) "world_cup_2022_qatars_enormous_lusail_stadium_debuted_to_mixed_reviews" ) 5 => array(6) ( "title" => string(51) "Qatar: The last stadium of the 2022 WC inaugurated!" "thumbnail" => string(32) "img/news/2022/08/19963-thumbnail" "id" => string(5) "19964" "lead" => string(233) "Although the construction of Lusail Stadium was already completed in 2021, the 80,000-seater had to wait for its first official …" "published" => string(19) "2022-08-18 18:16:00" "url" => string(49) "qatar_the_last_stadium_of_the_2022_wc_inaugurated" ) 6 => array(6) ( "title" => string(64) "Qatar 2022: New report critical of the WC's environmental impact" "thumbnail" => string(32) "img/news/2022/06/19823-thumbnail" "id" => string(5) "19824" "lead" => string(339) "The upcoming FIFA World Cup in Qatar was hailed as the most environmentally friendly in history. Its organisers boasted that the …" "published" => string(19) "2022-06-22 20:55:00" "url" => string(75) "qatar_2022_new_report_critical_of_the_environmental_impact_of_the_world_cup" ) 7 => array(6) ( "title" => string(53) "Qatar 2022: Fighting for climate or saving the image?" "thumbnail" => string(32) "img/news/2022/04/19697-thumbnail" "id" => string(5) "19698" "lead" => string(321) "The upcoming World Cup in Qatar raises as many controversies and question marks as it does positive associations with the footba …" "published" => string(19) "2022-04-19 23:21:00" "url" => string(51) "qatar_2022_fighting_for_climate_or_saving_the_image" ) 8 => array(6) ( "title" => string(56) "New stadium: The date bowl still awaiting its first game" "thumbnail" => string(32) "img/news/2022/02/19538-thumbnail" "id" => string(5) "19541" "lead" => string(224) "There are just over 9 months until the start of the 2022 World Cup. All venues are ready, but not all of them were officially in …" "published" => string(19) "2022-02-02 22:24:00" "url" => string(55) "new_stadium_the_date_bowl_still_awaiting_its_first_game" ) ) "tournament_pictures" => string(7029) "<ul><li><figure><a href="https://stadiumdb.com/pictures/tournaments/wc_2022/lusail_stadium/lusail_stadium01.jpg" title="Lusail S …" "pictures" => string(11251) "<ul> <li><figure><a href="https://stadiumdb.com/pictures/stadiums/qat/lusail_stadium/lusail_stadium13.jpg" title="Lusail Stadium …" ) }{ 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) }
"thumbnail" => 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(9) "thumbnail" public label => string(143) "URL lokalizacji zdjecia, np. "tournaments/euro_2012/nsc_olimpiysky_kiev/nsc_olimpiysky_kiev_thumbnail" (bez rozszerzenia i bez " …" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"stadium" => 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 TRUE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(10) "stadium_id" public label => string(7) "stadium" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
"tournament" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(10) "Tournament" 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 FALSE public default => string(0) "" public choices => NULL public column => string(13) "tournament_id" public label => string(10) "tournament" public description => string(0) "" public attributes => NULL 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(25) "Nazwa stadionu na turniej" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) 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) }
"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(31) "Pojemność stadionu na turniej" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) 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(36) "Skladowe pojemności na turniej (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(36) "Skladowe pojemności na turniej (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(36) "Skladowe pojemności na turniej (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) }
"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(35) "Metryczka stadionu pod turniej (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(35) "Metryczka stadionu pod turniej (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(35) "Metryczka stadionu pod turniej (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(48) "Opis stadionu pod turniej (PL), srodtytuly od H3" 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(48) "Opis stadionu pod turniej (EN), srodtytuly od H3" 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(48) "Opis stadionu pod turniej (ES), srodtytuly od H3" 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) }
) 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(18) ( "id" => integer 208 "thumbnail" => string(68) "pictures/tournaments/wc_2022/lusail_stadium/lusail_stadium_thumbnail" "stadium" => string(4) "2229" "tournament" => string(2) "14" "name" => string(14) "Lusail Stadium" "url" => string(14) "lusail_stadium" "capacity" => integer 88966 "elemental_capacity_pl" => string(0) "" "elemental_capacity_en" => string(0) "" "elemental_capacity_es" => string(0) "" "features_pl" => string(185) "Czas budowy: 11.04.2017 – 2021 Koszt: 767 mln $ Projekt: Foster + Partners, Manica Architecture Wykonawca: HBK Contracting, Ch …" "features_en" => string(191) "Construction: 11/04/2017 – 2021 Cost: $ 767 million Design: Foster + Partners, Manica Architecture Contractor: HBK Contracting …" "features_es" => NULL "description_pl" => string(5312) "<h3>Jak powstał Lusail Stadium?</h3> <p>Największy stadion katarskiego mundialu, na którym odbędzie się m.in. finał …" "description_en" => string(5115) "<h3>How was Lusail Stadium built?</h3> <p>The largest stadium of the Qatar World Cup, which will host, among other things, the e …" "description_es" => string(0) "" "created" => string(10) "2022-09-28" "updated" => string(10) "2022-10-10" ) protected _changed => array(0) protected _related => array(1) ( "stadium" => 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(1) ( ... ) protected _related => array(0) }
) }{ protected _file => string(128) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/tournaments/aside-item.php" protected _data => array(1) ( "stadium_list" => string(3950) "<section class="stadium-list accordion box"> <h1 class="box-hl"> <a href="https://stadiumdb.com/tournaments/world_cup/2022">Wor …" ) }
"title" => string(30) "World Cup 2022: Lusail Stadium" )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;