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(120) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/buildings/item.php" protected _data => array(12) ( "country" => object Model_Country(12)
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(9) "w_budowie" 1 => string(9) "W budowie" ) 1 => array(2) ( 0 => string(13) "w_budowie/qat" 1 => string(5) "Katar" ) 2 => array(2) ( 0 => string(31) "w_budowie/qat/al_rayyan_stadium" 1 => string(17) "Al-Rayyan Stadium" ) ) "ads" => string(8) "building" "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(98) "Stadion w budowie: Al-Rayyan Stadium, Ar-Rajjan; pojemność docelowa: 43000; kluby: Al-Rayyan SC." "keywords" => string(100) "budowa, stadionów, terminarz, zdjęcia, Al-Rayyan Stadium, Al-Rayyan SC, Katar, w Katarze,katarskie" "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)
"building" => object Model_Building(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(8) "building" protected _db => string(7) "default" protected _table => string(9) "buildings" protected _fields => array(23) ( "id" => object Sprig_Field_Auto(17)
"building_category_id" => integer 2 "building_category" => object Model_Building_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) }
"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_before" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => integer 250000 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(15) "capacity_before" public label => string(15) "capacity before" 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_after" => 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(14) "capacity_after" public label => string(14) "capacity after" 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" => 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(5) "clubs" public label => string(5) "clubs" 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) }
"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) }
"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) }
"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) }
"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) }
"pictures_update" => 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(15) "pictures_update" public label => string(15) "pictures update" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"building_category_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(20) "building_category_id" public label => string(20) "building category 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) }
"building_category" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(17) "building_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 TRUE public default => string(0) "" public choices => NULL public column => string(20) "building_category_id" public label => string(17) "building category" 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 TRUE 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) }
) 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(23) ( "id" => integer 172 "url" => string(17) "al_rayyan_stadium" "long_id" => string(17) "al_rayyan_stadium" "name" => string(17) "Al-Rayyan Stadium" "long_name" => string(17) "Al-Rayyan Stadium" "capacity_before" => integer 21282 "capacity_after" => integer 43000 "city_id" => integer 913 "clubs" => string(12) "Al-Rayyan SC" "country_id" => string(3) "QAT" "project" => string(3) "607" "description_pl" => string(1008) "<p>Według pierwotnych planów z 2010 roku stadion w Al Rayyan, na zachodnim wylocie z Dauhy, miał zostać zachowany na M …" "description_en" => string(935) "<p>Along initial plans from 2010, the stadium in Al Rayyan (western outskirts of Doha) was to be retained for the 2022 World Cup …" "description_es" => string(1268) "<p>Según los planes iniciales de 2010, el estadio en Al Rayyan (en las afueras occidentales de Doha) iba a ser conservado …" "features_pl" => string(113) "Czas budowy: 30.09.2014 - 03.2019 Projekt: Pattern Design Konstruktor: Schlaich Bergemann Partner Wykonawca: ABLT" "features_en" => string(122) "Construction: 30/09/2014 - 03/2019 Design: Pattern Design Structural Engineer: Schlaich Bergemann Partner Contractor: ABLT" "features_es" => string(117) "Construcción: 30/09/2014 - 03/2019 Proyecto: Pattern Design Arquitecto: Schlaich Bergemann Partner Contratista: ABLT" "created" => string(10) "2014-10-01" "updated" => string(10) "2020-04-08" "pictures_update" => string(10) "2020-04-05" "building_category_id" => integer 2 "building_category" => string(1) "2" "tournament" => string(2) "14" ) protected _changed => array(0) protected _related => array(1) ( "tournament" => object Model_Tournament(12){ protected _model => string(10) "tournament" protected _db => string(7) "default" protected _table => string(11) "tournaments" protected _fields => array(12) ( ... ) 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(10) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(17) "building_category" protected _db => string(7) "default" protected _table => string(19) "building_categories" protected _fields => array(10) ( "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_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" => 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) }
"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) }
"single_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(9) "single_pl" public label => string(9) "single 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) }
"single_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(9) "single_en" public label => string(9) "single 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) }
"single_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(9) "single_es" public label => string(9) "single 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(10) ( "id" => integer 2 "url_pl" => string(16) "ukonczone_budowy" "url_en" => string(23) "constructions_completed" "url_es" => string(26) "construcciones_completadas" "name" => string(17) "Ukończone budowy" "name_en" => string(23) "Constructions completed" "name_es" => string(26) "Construcciones completadas" "single_pl" => string(17) "Budowa skończona" "single_en" => string(22) "Construction completed" "single_es" => string(24) "Construcción completada" ) 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)
"tournament" => 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 => 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 913 "url" => string(9) "al_rayyan" "name_pl" => string(9) "Ar-Rajjan" "name_en" => string(9) "Al Rayyan" "name_es" => string(6) "Rayán" "country_code" => string(3) "QAT" ) 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(3) "new" protected _original => array(13) ( ... ) protected _changed => array(1) ( ... ) 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)
"news_list" => array(18) ( 0 => array(6) ( "title" => string(58) "Nowy stadion: Ahmad bin Ali Stadium – jak pustynna wydma" "id" => string(5) "18496" "thumbnail" => string(32) "img/news/2021/01/18497-thumbnail" "lead" => string(203) "już za tydzień będą się tam odbywały Klubowe Mistrzostwa Świata, więc czas najwyższy, by stadion w katarskim Al Rayyan …" "published" => string(19) "2021-01-26 19:26:50" "url" => string(53) "nowy_stadion_ahmed_bin_ali_stadium_jak_pustynna_wydma" ) 1 => array(6) ( "title" => string(63) "Katar 2022: Lusail zwieńczy dzieło, koniec już na horyzoncie" "id" => string(5) "18454" "thumbnail" => string(32) "img/news/2021/01/18455-thumbnail" "lead" => string(198) "Największy stadion Kataru i ozdoba Mistrzostw Świata 2022 ma być gotowy jeszcze we wrześniu. Na otwarcie przyjdzie poczekać …" "published" => string(19) "2021-01-13 19:12:23" "url" => string(58) "katar_2022_lusail_zwienczy_dzielo_koniec_juz_na_horyzoncie" ) 2 => array(6) ( "title" => string(59) "Katar 2022: Stadion w Al-Rayyan gotowy na Święto Narodowe" "id" => string(5) "18357" "thumbnail" => string(32) "img/news/2020/12/18358-thumbnail" "lead" => string(362) "Najwyższy Komitet ogłosił, że w dniu Święta Narodowego Kataru, które przypada na 18 grudnia, zostanie zainaugurowany Al-R …" "published" => string(19) "2020-12-05 11:31:24" "url" => string(44) "stadion_w_alrayyan_gotowy_na_swieto_narodowe" ) 3 => array(6) ( "title" => string(67) "Katar: Dokładnie dwa lata do rozpoczęcia Mistrzostw Świata 2022!" "id" => string(5) "18319" "thumbnail" => string(32) "img/news/2020/11/18320-thumbnail" "lead" => string(222) "Dokładnie dwa lata dzieli nas od rozpoczęcia 22. edycji finałów mistrzostw świata w piłce nożnej. Kolejny turniej organiz …" "published" => string(19) "2020-11-21 17:12:49" "url" => string(62) "katar_dokladnie_dwa_lata_do_rozpoczecia_mistrzostw_swiata_2022" ) 4 => array(6) ( "title" => string(44) "Katar 2022: Mecz otwarcia na Al Bayt Stadium" "id" => string(5) "17991" "thumbnail" => string(32) "img/news/2020/07/17992-thumbnail" "lead" => string(205) "Znamy już oficjalny kalendarz Mistrzostw Świata 2022. Pierwszy mecz odbędzie się na Al Bayt Stadium 21 listopada, a zwieńcz …" "published" => string(19) "2020-07-15 19:03:16" "url" => string(43) "katar_2022_mecz_otwarcia_na_al_bayt_stadium" ) 5 => array(6) ( "title" => string(41) "Katar 2022: Stadion Al Rayyan opóźniony" "id" => string(5) "16199" "thumbnail" => string(32) "img/news/2018/10/16200-thumbnail" "lead" => string(206) "Zamiast w marcu, zostanie oddany do użytku pod koniec 2019 roku. Choć Katar miał zmienić politykę informacyjną na bardziej …" "published" => string(19) "2018-10-30 22:46:48" "url" => string(38) "katar_2022_stadion_al_rayyan_opozniony" ) 6 => array(6) ( "title" => string(72) "Katar 2022: Większość mundialowych stadionów z polskimi krzesełkami" "id" => string(5) "15616" "thumbnail" => string(32) "img/news/2018/04/15617-thumbnail" "lead" => string(364) "Organizator Mistrzostw Świata w Piłce Nożnej 2022 w Katarze zdecydował, że krzesła marki Forum Seating wypełnią kolejne …" "published" => string(19) "2018-04-15 16:15:32" "url" => string(66) "katar_2022_wiekszosc_mundialowych_stadionow_z_polskimi_krzeselkami" ) 7 => array(6) ( "title" => string(56) "Katar 2022: Robotnicy wciąż wykorzystywani na budowach" "id" => string(5) "14518" "thumbnail" => string(32) "img/news/2017/05/14519-thumbnail" "lead" => string(191) "Niezależny audyt wskazuje, że Katar wciąż nie poradził sobie z problemem wykorzystywania robotników z innych krajów. Z dr …" "published" => string(19) "2017-05-21 15:20:46" "url" => string(53) "katar_2022_robotnicy_wciaz_wykorzystywani_na_budowach" ) 8 => array(6) ( "title" => string(57) "Katar 2022: Trzy stadiony Mundialu z polskimi siedziskami" "id" => string(5) "14336" "thumbnail" => string(32) "img/news/2017/04/14337-thumbnail" "lead" => string(176) "Większość zostanie co prawda wyprodukowana na miejscu, ale część elementów pojedzie na Mistrzostwa w Katarze właśnie z …" "published" => string(19) "2017-04-06 21:58:21" "url" => string(56) "katar_2022_trzy_stadiony_mundialu_z_polskimi_siedziskami" ) 9 => array(6) ( "title" => string(58) "Katar 2022: Idealne boiska na Mundial już rosną w Dausze" "id" => string(5) "12691" "thumbnail" => string(32) "img/news/2016/05/12692-thumbnail" "lead" => string(211) "Gospodarze Mistrzostw Świata 2022 poświęcili 3 hektary na zachodzie swojej stolicy, by przygotować idealne boiska. Mają jes …" "published" => string(19) "2016-05-02 03:33:51" "url" => string(55) "katar_2022_idealne_boiska_na_mundial_juz_rosna_w_dausze" ) 10 => array(6) ( "title" => string(62) "Katar 2022: Organizatorzy pokazują, jak bezpieczne są budowy" "id" => string(5) "12247" "thumbnail" => string(32) "img/news/2016/02/12248-thumbnail" "lead" => string(183) "Według gospodarzy Mistrzostw Świata 2022 projekty realizowane w Katarze są znacznie bezpieczniejsze niż się sądzi. Najnows …" "published" => string(19) "2016-02-13 14:07:27" "url" => string(58) "katar_2022_organizatorzy_pokazuja_jak_bezpieczne_sa_budowy" ) 11 => array(6) ( "title" => string(48) "Katar 2022: Stadion Mundialu co 10 kilometrów?!" "id" => string(5) "11873" "thumbnail" => string(32) "img/news/2015/12/11874-thumbnail" "lead" => string(200) "Najwyższy komitet podał lokalizacje dwóch ostatnich aren Mistrzostw Świata 2022. Okazuje się, że niektóre oddzieli zaledw …" "published" => string(19) "2015-12-04 04:40:29" "url" => string(44) "katar_2022_stadion_mundialu_co_10_kilometrow" ) 12 => array(6) ( "title" => string(48) "Katar 2022: Widzowie skorzystają z hologramów?" "id" => string(5) "11343" "thumbnail" => string(32) "img/news/2015/08/11344-thumbnail" "lead" => string(193) "Wchodząc na stadion otrzymujesz okulary, dzięki którym na żywo oglądasz statystyki piłkarzy, ich skuteczność czy prędko …" "published" => string(19) "2015-08-17 09:43:32" "url" => string(44) "katar_2022_widzowie_skorzystaja_z_hologramow" ) 13 => array(6) ( "title" => string(62) "Katar 2022: Decyzja w sprawie liczby stadionów do końca roku" "id" => string(5) "11316" "thumbnail" => string(32) "img/news/2015/08/11317-thumbnail" "lead" => string(138) "Obiecywali 12, ale mogą zbudować nawet o 4 mniej. Katar do końca roku ma ustalić, ile dokładnie stadionów powstanie na Mun …" "published" => string(19) "2015-08-11 18:27:17" "url" => string(59) "katar_2022_decyzja_w_sprawie_liczby_stadionow_do_konca_roku" ) 14 => array(6) ( "title" => string(31) "Nowy projekt: Al-Rayyan Stadium" "id" => string(5) "10721" "thumbnail" => string(32) "img/news/2015/04/10722-thumbnail" "lead" => string(185) "Dziś komitet organizujący MŚ 2022 zaprezentował piąty z ostatecznych projektów nowych stadionów. Po raz kolejny Katar zac …" "published" => string(19) "2015-04-22 14:20:59" "url" => string(29) "nowy_projekt_alrayyan_stadium" ) 15 => array(6) ( "title" => string(49) "Katar: 90% stadionu będzie wykorzystane ponownie" "id" => string(5) "10595" "thumbnail" => string(32) "img/news/2015/03/10596-thumbnail" "lead" => string(195) "Jeszcze nie ujawniono projektu następcy, a stary stadion w Al Rayyan już przestał istnieć. Po prawie pół roku zakończyła …" "published" => string(19) "2015-03-27 03:16:07" "url" => string(46) "katar_90_stadionu_bedzie_wykorzystane_ponownie" ) 16 => array(6) ( "title" => string(59) "Katar 2022: Cały Mundial w jednym mieście? To możliwe…" "id" => string(4) "9945" "thumbnail" => string(31) "img/news/2014/11/9947-thumbnail" "lead" => string(199) "Lista stadionów wskazanych jako potencjalne areny Mistrzostw Świata 2022 ma już 14 pozycji. I tylko dwie znajdują się poza …" "published" => string(19) "2014-11-08 15:40:20" "url" => string(51) "katar_2022_caly_mundial_w_jednym_miescie_to_mozliwe" ) 17 => array(6) ( "title" => string(69) "Nowe budowy: Ruszyła rozbiórka Al Rayyan Stadium, postępy w Wakrze" "id" => string(4) "9769" "thumbnail" => string(31) "img/news/2014/10/9770-thumbnail" "lead" => string(199) "Wczoraj na przedmieściach Dauhy ruszyło wyburzanie stadionu, który… nie miał być wyburzony. Zostanie zbudowany od nowa, z …" "published" => string(19) "2014-10-01 16:25:21" "url" => string(64) "nowe_budowy_ruszyla_rozbiorka_al_rayyan_stadium_postepy_w_wakrze" ) ) "title" => string(17) "Al-Rayyan Stadium" "pictures" => string(21613) "<ul> </ul><h3>05.04.2020</h3><ul><li><figure><a href="https://stadiony.net/pic-buildings/qat/al_rayyan_stadium/al_rayyan_stad …" "country_url" => string(3) "qat" "url" => string(17) "al_rayyan_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) }
"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 _file => string(126) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/buildings/aside-item.php" protected _data => array(4) ( "related_project" => array(3) ( "name" => string(17) "Al-Rayyan Stadium" "url" => string(17) "al_rayyan_stadium" "country_code" => string(3) "QAT" ) "related_stadium" => array(3) ( "url" => string(21) "ahmed_bin_ali_stadium" "name" => string(21) "Ahmad bin Ali Stadium" "country_code" => string(3) "QAT" ) "related_historical" => array(3) ( "url" => string(26) "ahmed_bin_ali_stadium_2015" "name" => string(21) "Ahmed bin Ali Stadium" "country_code" => string(3) "QAT" ) "stadium_list" => string(51919) "<section class="stadium-list accordion box"> <h1 class="box-hl"> <a href="https://stadiony.net/w_budowie">Stadiony w …" ) }
"title" => string(28) "W budowie: Al-Rayyan 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;