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 [ 39 ] » Kohana_Auth::instance()
34 $title_text = $title . ' – ' . __('Stadiony.net'); 35 $body_class = ''; 36 } 37 38 39 if (Auth::instance()->logged_in('admin')) { 40 $tinymce_config = View::factory('admin/tinymce_config')->render(); 41 } else { 42 $tinymce_config = ''; 43 } 44
-
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(13) "constructions" 1 => string(13) "Constructions" ) 1 => array(2) ( 0 => string(17) "constructions/rus" 1 => string(6) "Russia" ) 2 => array(2) ( 0 => string(37) "constructions/rus/stadion_kaliningrad" 1 => string(19) "Stadion Kaliningrad" ) ) "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(101) "Stadium under construction: Stadion Kaliningrad, Kaliningrad; Target capacity: 35212; Clubs: Baltika." "keywords" => string(106) "constructions, building, stadiums, new, pictures, information, build, Stadion Kaliningrad, Baltika, Russia" "aside" => object View(2){ protected _model => string(7) "country" protected _db => string(7) "default" protected _table => string(9) "countries" protected _fields => array(8) ( "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) }
"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(8) ( "id" => integer 21 "url" => string(3) "rus" "code" => string(3) "RUS" "name_pl" => string(5) "Rosja" "name_en" => string(6) "Russia" "where_pl" => string(7) "w Rosji" "which_pl" => string(9) "rosyjskie" "fifa_code" => string(4) "UEFA" ) 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(21) ( "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) }
"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) }
"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(21) ( "id" => integer 198 "url" => string(19) "stadion_kaliningrad" "long_id" => string(19) "stadion_kaliningrad" "name" => string(19) "Stadion Kaliningrad" "long_name" => string(19) "Stadion Kaliningrad" "capacity_before" => integer 0 "capacity_after" => integer 35212 "city_id" => integer 908 "clubs" => string(7) "Baltika" "country_id" => string(3) "RUS" "project" => string(3) "612" "description_pl" => string(1679) "<p>Nowy stadion dla Kaliningradu powstanie na Wyspie Październikowej. To interesująca, ale też bardzo trudna lokalizacja z uw …" "description_en" => string(1689) "<p>New stadium for Kaliningrad is being built on the October Island. It’s a very intriguing location. Despite its pictures …" "features_pl" => string(77) "Czas budowy: 11.09.2015 - 03.2018 Koszt: 17,8 mld RUB Wykonawca: Crocus Group" "features_en" => string(82) "Construction: 11/09/2015 - 03/2018 Cost: RUB 17.8 billion Contractor: Crocus Group" "created" => string(10) "2015-09-13" "updated" => string(10) "2018-01-20" "pictures_update" => string(10) "2018-01-16" "building_category_id" => integer 2 "building_category" => string(1) "2" "tournament" => string(2) "13" ) 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(11) ( ... ) 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(9) ( ... ) 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(7) ( "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) }
"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) }
"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) }
) 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(7) ( "id" => integer 2 "url_pl" => string(16) "ukonczone_budowy" "url_en" => string(23) "constructions_completed" "name" => string(17) "Ukończone budowy" "name_en" => string(23) "Constructions completed" "single_pl" => string(17) "Budowa skończona" "single_en" => string(22) "Construction completed" ) 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(7) ( "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 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_de" => 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_de" public label => string(7) "name de" 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) }
"country_id" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(7) "Country" 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) "country_id" public label => string(10) "country 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(7) ( "id" => integer 908 "url" => string(11) "kaliningrad" "name_pl" => string(11) "Kaliningrad" "name_en" => string(11) "Kaliningrad" "name_de" => string(0) "" "country_code" => string(3) "RUS" "country_id" => NULL ) 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(11) ( "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) }
"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 TRUE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(22) "Nazwa, np. "Euro 2012"" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(1) ( ... ) }
"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) }
"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) }
"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(9) ( "id" => integer 13 "edition" => integer 2018 "name" => string(12) "Mundial 2018" "subname_pl" => string(5) "Rosja" "subname_en" => string(6) "Russia" "description_pl" => string(21351) "<p><img class="pic-center" src="/img/news/2015/06/30rus1pl.png" alt="Russia 2018" width="1000" height="382" /></p> <p> </p> …" "description_en" => string(22355) "<p><img class="pic-center" src="/img/news/2015/06/30rus1en.png" alt="Russia 2018" width="1000" height="382" /></p> <p> </p> …" "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(9) ( ... ) 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(9) ( ... ) 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(9) ( "id" => object Sprig_Field_Auto(17)
"news_list" => array(17) ( 0 => array(6) ( "title" => string(50) "Russia: Kaliningrad stadium surrounded by cavities" "id" => string(5) "17092" "thumbnail" => string(32) "img/news/2019/09/17092-thumbnail" "lead" => string(229) "Asphalt rolling into waves, pavement holes a meter deep, sewers and drainage not working and all of that blamed on... beavers? N …" "published" => string(19) "2019-09-17 11:15:43" "url" => string(49) "russia_kaliningrad_stadium_surrounded_by_cavities" ) 1 => array(6) ( "title" => string(64) "Russia 2018: Kaliningrad yet to have a business plan for stadium" "id" => string(5) "15876" "thumbnail" => string(32) "img/news/2018/07/15876-thumbnail" "lead" => string(206) "It's over. Kaliningrad hosted all of its football games during this year's World Cup and now the gradual transition into regular …" "published" => string(19) "2018-07-04 03:41:12" "url" => string(63) "russia_2018_kaliningrad_yet_to_have_a_business_plan_for_stadium" ) 2 => array(6) ( "title" => string(59) "Russia 2018: How Kaliningrad didn't get a top-class stadium" "id" => string(5) "15831" "thumbnail" => string(32) "img/news/2018/06/15831-thumbnail" "lead" => string(179) "The westernmost city of this year's World Cup was supposed to receive a stadium with retractable roof and possibly the most vers …" "published" => string(19) "2018-06-18 19:37:36" "url" => string(56) "russia_2018_how_kaliningrad_didnt_get_a_topclass_stadium" ) 3 => array(6) ( "title" => string(57) "New stadium: The outcome of maaany changes in Kaliningrad" "id" => string(5) "15809" "thumbnail" => string(32) "img/news/2018/06/15809-thumbnail" "lead" => string(186) "It's been one of the most changed stadiums of the World Cup. What we see built is already the 4th concept applied for the Oktyab …" "published" => string(19) "2018-06-10 19:21:22" "url" => string(56) "new_stadium_the_outcome_of_maaany_changes_in_kaliningrad" ) 4 => array(6) ( "title" => string(49) "Russia 2018: Kaliningrad almost ready for opening" "id" => string(5) "15558" "thumbnail" => string(32) "img/news/2018/03/15558-thumbnail" "lead" => string(203) "Today the single last inspection by FIFA representatives took place before opening of the new Kaliningrad stadium in two weeks. …" "published" => string(19) "2018-03-26 22:28:03" "url" => string(48) "russia_2018_kaliningrad_almost_ready_for_opening" ) 5 => array(6) ( "title" => string(50) "Russia 2018: Opening game in Kaliningrad cancelled" "id" => string(5) "15467" "thumbnail" => string(32) "img/news/2018/03/15467-thumbnail" "lead" => string(206) "Second-league Baltika against Schalke 04? That would have been great, but won't be. At least for now. The game was cancelled due …" "published" => string(19) "2018-03-02 13:28:55" "url" => string(49) "russia_2018_opening_game_in_kaliningrad_cancelled" ) 6 => array(6) ( "title" => string(56) "Russia 2018: FIFA not satisfied with Kaliningrad toilets" "id" => string(5) "15396" "thumbnail" => string(32) "img/news/2018/02/15396-thumbnail" "lead" => string(183) "The stadium is almost complete and yet some delivered works have to be redone. Recent visit by FIFA officials suggests the hospi …" "published" => string(19) "2018-02-05 19:19:53" "url" => string(55) "russia_2018_fifa_not_satisfied_with_kaliningrad_toilets" ) 7 => array(6) ( "title" => string(72) "Russia 2018: Balancing Kaliningrad stadium's budget might be a challenge" "id" => string(5) "14909" "thumbnail" => string(32) "img/news/2017/08/14909-thumbnail" "lead" => string(196) "While delivery in December 2017 seems to be rather safe, maintaining the new Kaliningrad stadium after the FIFA World Cup could …" "published" => string(19) "2017-08-29 17:09:20" "url" => string(70) "russia_2018_balancing_kaliningrad_stadiums_budget_might_be_a_challenge" ) 8 => array(6) ( "title" => string(52) "Russia 2018: Façade of Kaliningrad stadium revealed" "id" => string(5) "14026" "thumbnail" => string(32) "img/news/2017/02/14026-thumbnail" "lead" => string(184) "We did not see that coming: metal plates will cover the World Cup stadium in Kaliningrad, smallest of all Russian hosts. Also, s …" "published" => string(19) "2017-02-08 12:43:15" "url" => string(50) "russia_2018_facade_of_kaliningrad_stadium_revealed" ) 9 => array(6) ( "title" => string(75) "Kaliningrad: 20-meter “Aquaman” sculpture decorating World Cup stadium?" "id" => string(5) "13234" "thumbnail" => string(32) "img/news/2016/08/13237-thumbnail" "lead" => string(176) "It’s a particularly controversial idea when considering how strained the World Cup funding is in Kaliningrad. Still, there is …" "published" => string(19) "2016-08-21 23:06:44" "url" => string(66) "kaliningrad_20meter_aquaman_sculpture_decorating_world_cup_stadium" ) 10 => array(6) ( "title" => string(52) "Russia 2018: 90% of steel frame ready in Kaliningrad" "id" => string(5) "13188" "thumbnail" => string(32) "img/news/2016/08/13191-thumbnail" "lead" => string(141) "Erection of the stands in Kaliningrad is progressing very well, according to official data. Preparations to mount the roof are n …" "published" => string(19) "2016-08-11 18:15:12" "url" => string(50) "russia_2018_90_of_steel_frame_ready_in_kaliningrad" ) 11 => array(6) ( "title" => string(42) "Russia 2018: Kaliningrad ahead of schedule" "id" => string(5) "13030" "thumbnail" => string(32) "img/news/2016/07/13030-thumbnail" "lead" => string(156) "Russian Sports Minister Vitaly Mutko said that the construction of stadium in Kaliningrad for the 2018 World Cup football champi …" "published" => string(19) "2016-07-06 19:00:46" "url" => string(41) "russia_2018_kaliningrad_ahead_of_schedule" ) 12 => array(6) ( "title" => string(66) "Russia 2018: Stands begin to grow in Kaliningrad, minister worried" "id" => string(5) "12339" "thumbnail" => string(32) "img/news/2016/02/12339-thumbnail" "lead" => string(196) "Piling works are ending in Kaliningrad, but the city remains the single most delayed in stadium preparations for the 2018 World …" "published" => string(19) "2016-02-29 21:47:49" "url" => string(64) "russia_2018_stands_begin_to_grow_in_kaliningrad_minister_worried" ) 13 => array(6) ( "title" => string(45) "Russia 2018: Excavator drowned in Kaliningrad" "id" => string(5) "12263" "thumbnail" => string(32) "img/news/2016/02/12263-thumbnail" "lead" => string(182) "If you needed proof of just how wet the ground is at Kaliningrad’s future stadium, there you have it. A large excavator sunk i …" "published" => string(19) "2016-02-16 04:08:07" "url" => string(44) "russia_2018_excavator_drowned_in_kaliningrad" ) 14 => array(6) ( "title" => string(60) "Kaliningrad: Stadium cost cuts continue, but no quality loss" "id" => string(5) "12013" "thumbnail" => string(32) "img/news/2015/12/12015-thumbnail" "lead" => string(189) "To build a stadium within the ever tighter budget contractors had to adjust its design and remove further elements. But in retur …" "published" => string(19) "2015-12-29 18:06:47" "url" => string(58) "kaliningrad_stadium_cost_cuts_continue_but_no_quality_loss" ) 15 => array(6) ( "title" => string(44) "Kaliningrad: Construction still yet to begin" "id" => string(5) "11858" "thumbnail" => string(32) "img/news/2015/12/11858-thumbnail" "lead" => string(136) "As shocking as it may sound, Kaliningrad is as late as a host city can be in beginning stadium construction ahead of the 2018 Wo …" "published" => string(19) "2015-12-01 03:36:33" "url" => string(43) "kaliningrad_construction_still_yet_to_begin" ) 16 => array(6) ( "title" => string(51) "New construction: Kaliningrad last city to take off" "id" => string(5) "11471" "thumbnail" => string(32) "img/news/2015/09/11471-thumbnail" "lead" => string(172) "After numerous delays it’s finally ongoing now. Grounbreaking in Kaliningrad took place on Friday and now the World Cup’s le …" "published" => string(19) "2015-09-13 22:21:37" "url" => string(50) "new_construction_kaliningrad_last_city_to_take_off" ) ) "title" => string(19) "Stadion Kaliningrad" "pictures" => string(34481) "<ul> </ul><h3>16.01.2018</h3><ul><li><figure><a href="http://stadiumdb.com/pic-buildings/rus/stadion_kaliningrad/stadion_kali …" "country_url" => string(3) "rus" "url" => string(19) "stadion_kaliningrad" ) }{ 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) }
"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) }
"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) }
"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) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(9) ( "id" => integer 1 "url_pl" => string(7) "mundial" "url_en" => string(9) "world_cup" "name" => string(36) "Mistrzostwa Świata w piłce nożnej" "name_en" => string(33) "FIFA Football World Championships" "seo_pl" => string(7) "Mundial" "seo_en" => string(9) "World Cup" "short_name_pl" => string(3) "MŚ" "short_name_en" => string(2) "WC" ) 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(19) "Stadion Kaliningrad" "url" => string(19) "stadion_kaliningrad" "country_code" => string(3) "RUS" ) "related_stadium" => array(3) ( "url" => string(19) "stadion_kaliningrad" "name" => string(19) "Stadion Kaliningrad" "country_code" => string(3) "RUS" ) "related_historical" => bool FALSE "stadium_list" => string(43603) "<section class="stadium-list accordion box"> <h1 class="box-hl"> <a href="http://stadiumdb.com/constructions">Stadiums under co …" ) }
"title" => string(33) "Construction: Stadion Kaliningrad" )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 [ 510 ] » Kohana_View->__toString()
505 $total = array( 506 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 507 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 508 509 // Insert the totals into the response 510 $request->response = strtr((string) $request->response, $total); 511 } 512 513 514 /** 515 * 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;