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)
codeinteger 8
errorstring(92) "session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied (13)"filestring(120) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/system/classes/kohana/session/native.php"lineinteger 27
4array(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)
idNULL
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)
idNULL
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)
configNULL
idNULL
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)
configobject 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)
0string(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)
0string(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_filenamestring(112) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/layout.php"kohana_view_dataarray(10) ( "debug" => string(0) "" "content" => object View(2)
{ protected _file => string(119) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/stadiums/item.php" protected _data => array(7) ( "title" => string(12) "AT&T Stadium" "country" => object Model_Country(12)"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(8) "stadiony" 1 => string(8) "Stadiony" ) 1 => array(2) ( 0 => string(12) "stadiony/usa" 1 => string(17) "Stany Zjednoczone" ) 2 => array(2) ( 0 => string(28) "stadiony/usa/cowboys_stadium" 1 => string(12) "AT&T Stadium" ) ) "ads" => string(7) "stadium" "styles" => array(3) ( "media/css/demo/screen.css" => string(18) "screen, projection" "media/css/demo/print.css" => string(5) "print" "media/css/demo/style.css" => string(6) "screen" ) "scripts" => array(1) ( 0 => string(63) "http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js" ) "description" => string(95) "Stadion: AT&T Stadium, Arlington, Stany Zjednoczone, pojemność: 80000, klub:, Dallas Cowboys." "keywords" => string(103) "prezentacje, stadionów, zdjęcia, AT&T Stadium, Dallas Cowboys, Stany Zjednoczone, w USA,amerykańskie" "aside" => object View(2){ protected _model => string(7) "country" protected _db => string(7) "default" protected _table => string(9) "countries" protected _fields => array(9) ( "id" => object Sprig_Field_Auto(17)"stadium" => object Model_Stadium(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 3 public empty => bool FALSE public primary => bool FALSE public unique => bool TRUE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 3 public empty => bool FALSE public primary => bool FALSE public unique => bool TRUE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(4) "code" public label => string(4) "code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_pl" public label => string(7) "name pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"where_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "where_pl" public label => string(8) "where pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"which_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "which_pl" public label => string(8) "which pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"fifa_code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "fifa_code" public label => string(9) "fifa code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(9) ( "id" => integer 38 "url" => string(3) "usa" "code" => string(3) "USA" "name_pl" => string(17) "Stany Zjednoczone" "name_en" => string(24) "United States of America" "name_es" => string(14) "Estados Unidos" "where_pl" => string(5) "w USA" "which_pl" => string(13) "amerykańskie" "fifa_code" => string(8) "CONCACAF" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(7) "stadium" protected _db => string(7) "default" protected _table => string(8) "stadiums" protected _fields => array(30) ( "id" => object Sprig_Field_Auto(17)"city" => object Model_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool TRUE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"long_id" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(7) "long_id" public label => string(7) "long id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"long_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "long_name" public label => string(9) "long name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"capacity" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => integer 250000 public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "capacity" public label => string(8) "capacity" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"city_id" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(7) "city_id" public label => string(7) "city id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"clubs_id" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(8) "clubs_id" public label => string(8) "clubs id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"country_id" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(10) "country_id" public label => string(10) "country id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"league_id" => object Sprig_Field_Integer(17){ public min_value => NULL public max_value => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(9) "league_id" public label => string(9) "league id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"league" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(6) "League" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => integer 99 public choices => NULL public column => string(9) "league_id" public label => string(6) "league" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"historical" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(7) "Stadium" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "historical_id" public label => string(10) "historical" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"project" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(7) "Project" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "project_id" public label => string(7) "project" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"building" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(8) "Building" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "building_id" public label => string(8) "building" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"features_pl" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_pl" public label => string(11) "features pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"features_en" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_en" public label => string(11) "features en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"features_es" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "features_es" public label => string(11) "features es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"elemental_capacity_pl" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "elemental_capacity_pl" public label => string(21) "elemental capacity pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"elemental_capacity_en" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "elemental_capacity_en" public label => string(21) "elemental capacity en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"elemental_capacity_es" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(21) "elemental_capacity_es" public label => string(21) "elemental capacity es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_pl" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_pl" public label => string(14) "description pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_en" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_en" public label => string(14) "description en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"description_es" => object Sprig_Field_Text(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(14) "description_es" public label => string(14) "description es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"created" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool FALSE public default => string(0) "" public choices => NULL public column => string(7) "created" public label => string(7) "created" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"updated" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "updated" public label => string(19) "Update (yyyy-mm-dd)" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"club" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(4) "Club" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(8) "clubs_id" public label => string(4) "club" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }"build_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(10) "build_year" public label => string(10) "build year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"last_renovation_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(20) "last_renovation_year" public label => string(20) "last renovation year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"retire_year" => object Sprig_Field_Integer(17){ public min_value => integer 1800 public max_value => integer 2150 public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(11) "retire_year" public label => string(11) "retire year" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"related_news" => object Sprig_Field_ManyToMany(23){ public editable => bool FALSE public through => string(12) "news_stadium" public left_foreign_key => NULL public right_foreign_key => NULL public empty => bool TRUE public default => array(0) public null => bool TRUE public in_db => bool FALSE public model => string(4) "News" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public primary => bool FALSE public unique => bool FALSE public choices => NULL public column => NULL public label => string(12) "related news" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(29) ( "id" => integer 896 "url" => string(15) "cowboys_stadium" "long_id" => string(15) "cowboys_stadium" "name" => string(12) "AT&T Stadium" "long_name" => string(12) "AT&T Stadium" "capacity" => integer 80000 "city_id" => integer 818 "clubs_id" => integer 882 "country_id" => string(3) "USA" "league_id" => integer 42 "league" => string(2) "42" "historical" => NULL "project" => string(3) "109" "building" => string(2) "21" "features_pl" => string(448) "Inne nazwy: Jerry World (potoczna), Cowboys Stadium (2009–2013) Inauguracja: 27.05.2009 Czas budowy: 2006–2009 Rekord frekwe …" "features_en" => string(463) "Other names: Jerry World (nickname), Cowboys Stadium (2009–2013) Inauguration: 27/05/2009 Construction time: 2006–2009 Recor …" "features_es" => string(475) "Otros nombres: Jerry World (apodo), Cowboys Stadium (2009–2013) Inauguración: 27/05/2009 Construcción: 2006–2009 Récord d …" "elemental_capacity_pl" => string(25) "Miejsca biznesowe: 12 000" "elemental_capacity_en" => string(22) "Business seats: 12,000" "elemental_capacity_es" => string(35) "Asientos de clase ejecutiva: 12 000" "description_pl" => string(26935) "<h3>Jak powstał nowy stadion dla Dallas Cowboys?</h3> <p>AT&T Stadium powstał w latach 2006–2009, stając się trzec …" "description_en" => string(24650) "<h3>How was the new stadium for the Dallas Cowboys built?</h3> <p>AT&T Stadium was built between 2006 and 2009, becoming the …" "description_es" => string(30286) "<h3>¿Cómo se construyó el nuevo estadio de los Dallas Cowboys?</h3> <p>El AT&T Stadium se construy&oacu …" "created" => string(10) "0000-00-00" "updated" => string(10) "2024-01-15" "club" => string(3) "882" "build_year" => NULL "last_renovation_year" => NULL "retire_year" => NULL ) protected _changed => array(0) protected _related => array(3) ( "historical" => object Model_Stadium(12){ protected _model => string(7) "stadium" protected _db => string(7) "default" protected _table => string(8) "stadiums" protected _fields => array(30) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(29) ( ... ) protected _changed => array(0) protected _related => array(0) }"project" => object Model_Project(12){ protected _model => string(7) "project" protected _db => string(7) "default" protected _table => string(8) "projects" protected _fields => array(23) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(23) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }"building" => object Model_Building(12){ protected _model => string(8) "building" protected _db => string(7) "default" protected _table => string(9) "buildings" protected _fields => array(23) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(23) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }) }{ protected _model => string(4) "city" protected _db => string(7) "default" protected _table => string(6) "cities" protected _fields => array(6) ( "id" => object Sprig_Field_Auto(17)"clubs" => object Model_Club(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"url" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(3) "url" public label => string(3) "url" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_pl" public label => string(7) "name pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"country_code" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(12) "country_code" public label => string(12) "country code" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(6) ( "id" => integer 818 "url" => string(9) "arlington" "name_pl" => string(9) "Arlington" "name_en" => string(0) "" "name_es" => string(0) "" "country_code" => string(3) "USA" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(4) "club" protected _db => string(7) "default" protected _table => string(5) "clubs" protected _fields => array(4) ( "id" => object Sprig_Field_Auto(17)"news_list" => array(20) ( 0 => array(6) ( "title" => string(99) "MŚ 2026: Mundial 2026 w ogniu upałów. Większość stadionów przekracza granice bezpieczeństwa" "id" => string(5) "25779" "thumbnail" => string(32) "img/news/2025/09/25779-thumbnail" "lead" => string(321) "Aż dziesięć z szesnastu stadionów, które mają gościć mecze mistrzostw świata 2026 w Stanach Zjednoczonych, Kanadzie i M …" "published" => string(19) "2025-09-11 16:31:00" "url" => string(89) "ms_2026_mundial_2026_w_ogniu_upalow_wiekszosc_stadionow_przekracza_granice_bezpieczenstwa" ) 1 => array(6) ( "title" => string(58) "KMŚ: Rok do mundialu 2026! Jak wypadła próba generalna?" "id" => string(5) "25419" "thumbnail" => string(32) "img/news/2025/07/25419-thumbnail" "lead" => string(295) "Nowy format Klubowych Mistrzostw Świata był próbą generalną przed mundialem 2026. Od politycznych akcentów, przez burzliwe …" "published" => string(19) "2025-07-21 15:26:00" "url" => string(52) "kms_rok_do_mundialu_2026_jak_wypadla_proba_generalna" ) 2 => array(6) ( "title" => string(69) "MŚ 2026: Upał w USA zaskoczył Infantino. Obudzili się za późno?" "id" => string(5) "25414" "thumbnail" => string(32) "img/news/2024/02/21464-thumbnail" "lead" => string(242) "Prezydent FIFA, Gianni Infantino, ogłosił, że podczas Mistrzostw Świata 2026, aby przeciwdziałać spodziewanym upałom, mec …" "published" => string(19) "2025-07-19 13:10:00" "url" => string(60) "ms_2026_upal_w_usa_zaskoczyl_infantino_obudzili_sie_za_pozno" ) 3 => array(6) ( "title" => string(69) "USA: W którym mieście jest stadion? Spór o nazwę na mundialu 2026" "id" => string(5) "25181" "thumbnail" => string(32) "img/news/2025/06/25181-thumbnail" "lead" => string(280) "Kiedy ogłoszono, że podczas Mistrzostw Świata FIFA 2026 AT&T Stadium tymczasowo zmieni nazwę na Dallas Stadium, miasto Arlin …" "published" => string(19) "2025-06-16 19:02:06" "url" => string(63) "usa_w_ktorym_miescie_jest_stadion_spor_o_nazwe_na_mundialu_2026" ) 4 => array(6) ( "title" => string(90) "USA: Rozpadający się dach i oślepiające światło - nowe i stare problemy AT&T Stadium" "id" => string(5) "23371" "thumbnail" => string(32) "img/news/2024/11/23371-thumbnail" "lead" => string(244) "Do niebezpiecznej sytuacji doszło kilka godzin przed poniedziałkowym meczem pomiędzy drużynami Dallas Cowboys i Houston Texa …" "published" => string(19) "2024-11-21 13:56:24" "url" => string(80) "usa_rozpadajacy_sie_dach_i_oslepiajace_swiatlo_nowe_i_stare_problemy_att_stadium" ) 5 => array(6) ( "title" => string(102) "Copa América 2024: Mało kibiców, wąskie boiska, wysokie ceny i upał - oblany test przed mundialem" "id" => string(5) "22085" "thumbnail" => string(32) "img/news/2024/07/22085-thumbnail" "lead" => string(281) "Copa América 2024, odbywająca się w USA, miała być spektakularnym wydarzeniem. Jednak decyzja o używaniu boisk o mniejszyc …" "published" => string(19) "2024-07-02 12:44:00" "url" => string(92) "copa_america_2024_malo_kibicow_waskie_boiska_wysokie_ceny_i_upal_oblany_test_przed_mundialem" ) 6 => array(6) ( "title" => string(92) "USA: Piłkarze i trenerzy skarżą się na organizację Copa América. „To frustrujące”" "id" => string(5) "22053" "thumbnail" => string(33) "img/news/2024/06/22053-thumbnaill" "lead" => string(274) "Kilka dni temu do Stanów Zjednoczonych zawitała wielka piłka nożna, ale jeden aspekt budzi duży niepokój – murawa. „Ka …" "published" => string(19) "2024-06-26 18:00:00" "url" => string(77) "usa_pilkarze_i_trenerzy_skarza_sie_na_organizacje_copa_america_to_frustrujace" ) 7 => array(6) ( "title" => string(52) "Copa América: Przedsmak mundialu w cieniu Euro 2024" "id" => string(5) "21974" "thumbnail" => string(32) "img/news/2024/06/21975-thumbnail" "lead" => string(349) "16 drużyn, 14 stadionów, 2 federacje, a do tego dwie reprezentacje z czołowej piątki rankingu FIFA – Copa América 2024 za …" "published" => string(19) "2024-06-17 17:58:00" "url" => string(50) "copa_america_przedsmak_mundialu_w_cieniu_euro_2024" ) 8 => array(6) ( "title" => string(52) "MŚ 2026: Jak będzie wyglądał mundial za oceanem?" "id" => string(5) "21463" "thumbnail" => string(32) "img/news/2024/02/21463-thumbnail" "lead" => string(264) "FIFA ogłosiła już szczegóły Mistrzostw Świata 2026, które odbędą się w USA, Meksyku i Kanadzie. Jak to bywa, gdy turni …" "published" => string(19) "2024-02-21 12:10:00" "url" => string(46) "ms_2026_jak_bedzie_wygladal_mundial_za_oceanem" ) 9 => array(6) ( "title" => string(89) "MŚ 2026: Stadion z największą ilością meczów zmieni nazwę. Mieszkańcy protestują" "id" => string(5) "21453" "thumbnail" => string(32) "img/news/2024/02/21453-thumbnail" "lead" => string(274) "W północnym Teksasie odbędzie się dziewięć meczów mistrzostw świata. Areną tych zmagań będzie stadion AT&T w Arlingto …" "published" => string(19) "2024-02-18 12:00:00" "url" => string(78) "ms_2026_stadion_z_najwieksza_iloscia_meczow_zmieni_nazwe_mieszkancy_protestuja" ) 10 => array(6) ( "title" => string(75) "USA: „Nudny, nieatrakcyjny, katastrofa” - stadion finału mundialu 2026" "id" => string(5) "21403" "thumbnail" => string(32) "img/news/2024/02/21403-thumbnail" "lead" => string(361) "W niedzielne popołudnie FIFA ogłosiła terminarz Mistrzostw Świata 2026, które odbędą się w USA, Meksyku i Kanadzie. Dosz …" "published" => string(19) "2024-02-06 11:11:19" "url" => string(63) "usa_nudny_nieatrakcyjny_katastrofa_stadion_finalu_mundialu_2026" ) 11 => array(6) ( "title" => string(48) "MŚ 2026: Wiemy, gdzie rozegrany zostanie finał" "id" => string(5) "21395" "thumbnail" => string(32) "img/news/2024/02/21395-thumbnail" "lead" => string(252) "W niedzielne popołudnie odbyło się oficjalne ogłoszenie terminarza Mistrzostw Świata, które w 2026 roku rozegrane zostaną …" "published" => string(19) "2024-02-04 22:18:00" "url" => string(44) "ms_2026_wiemy_gdzie_rozegrany_zostanie_final" ) 12 => array(6) ( "title" => string(77) "MŚ 2026: SoFi Stadium próbuje wrócić do walki o finał w ostatniej chwili" "id" => string(5) "21367" "thumbnail" => string(32) "img/news/2024/01/21367-thumbnail" "lead" => string(279) "Dwa zwroty akcji. Tyle się zadziało od wtorku, gdy wydawało się, że wynik wyścigu o organizację finału Mistrzostw Świat …" "published" => string(19) "2024-01-30 10:32:20" "url" => string(71) "ms_2026_sofi_stadium_probuje_wrocic_do_walki_o_final_w_ostatniej_chwili" ) 13 => array(6) ( "title" => string(62) "MŚ 2026: Kto wygrał wyścig o organizację finału mundialu?" "id" => string(5) "21339" "thumbnail" => string(32) "img/news/2024/01/21339-thumbnail" "lead" => string(271) "Finał Mistrzostw Świata to najważniejsze futbolowe wydarzenie czterolecia, więc nie dziwi, że o prawo goszczenia dwóch naj …" "published" => string(19) "2024-01-23 15:00:00" "url" => string(55) "ms_2026_kto_wygral_wyscig_o_organizacje_finalu_mundialu" ) 14 => array(6) ( "title" => string(83) "Wiadomości Tygodnia: Śląski gotowy na Legię, budowa Widzewa, walka o finał MŚ" "id" => string(5) "21327" "thumbnail" => string(32) "img/news/2024/01/21327-thumbnail" "lead" => string(287) "Wielki stadionowy świat nie zawodzi, bo mimo że rok 2024 dopiero się zaczął, naprawdę dużo się dzieje. Dzięki naszej no …" "published" => string(19) "2024-01-20 10:00:00" "url" => string(76) "stadionowy_tygodnik_1_slaski_gotowy_na_legie_budowa_widzewa_walka_o_final_ms" ) 15 => array(6) ( "title" => string(58) "MŚ 2026: Wymogi FIFA odstraszają od organizacji finału?" "id" => string(5) "21292" "thumbnail" => string(32) "img/news/2024/01/21292-thumbnail" "lead" => string(376) "Mistrzostwa Świata w 2026 roku rozegrane zostaną w Kanadzie, Meksyku oraz Stanach Zjednoczonych. Będzie to pierwszy w histori …" "published" => string(19) "2024-01-13 15:00:00" "url" => string(53) "ms_2026_wymogi_fifa_odstraszaja_od_organizacji_finalu" ) 16 => array(6) ( "title" => string(67) "Mistrzostwa Świata 2026: Przewodnik po wszystkich stadionach z USA" "id" => string(5) "21069" "thumbnail" => string(32) "img/news/2023/12/21069-thumbnail" "lead" => string(286) "Każdy mundial to wyjątkowe wydarzenie. Co cztery lata turniej przenosi widzów w inną część globu, oferując świeże spoj …" "published" => string(19) "2023-12-16 11:00:00" "url" => string(65) "mistrzostwa_swiata_2026_przewodnik_po_wszystkich_stadionach_z_usa" ) 17 => array(6) ( "title" => string(89) "Mistrzostwa Świata 2026: Gdzie odbędzie się finał mundialu w USA, Kanadzie i Meksyku?" "id" => string(5) "20949" "thumbnail" => string(32) "img/news/2023/09/20949-thumbnail" "lead" => string(394) "Do pierwszego gwizdka piłkarskich Mistrzostw Świata w Ameryce Północnej pozostało jeszcze sporo czasu. Jednak na trzy lata …" "published" => string(19) "2023-09-10 15:59:00" "url" => string(82) "mistrzostwa_swiata_2026_gdzie_odbedzie_sie_final_mundialu_w_usa_kanadzie_i_meksyku" ) 18 => array(6) ( "title" => string(86) "USA: Niedługo modernizacja potężnego stadionu, który może być areną finału MŚ" "id" => string(5) "20940" "thumbnail" => string(32) "img/news/2023/09/20940-thumbnail" "lead" => string(226) "Mistrzostwa świata w 2026 roku będą największą piłkarską imprezą w Ameryce Północnej od 32 lat. Gospodarze turnieju w …" "published" => string(19) "2023-09-06 18:54:00" "url" => string(75) "usa_niedlugo_modernizacja_poteznego_stadionu_ktory_moze_byc_arena_finalu_ms" ) 19 => array(6) ( "title" => string(51) "USA: Rekordowa frekwencja w NBA z udziałem Polaka?" "id" => string(5) "20267" "thumbnail" => string(32) "img/news/2022/12/20267-thumbnail" "lead" => string(292) "Klub San Antonio Spurs w zbliżającym się 2023 roku będzie obchodził 50. rocznicę powstania. Z tej okazji zespół przenies …" "published" => string(19) "2022-12-30 14:51:00" "url" => string(48) "usa_rekordowa_frekwencja_w_nba_z_udzialem_polaka" ) ) "pictures" => string(26102) "<ul> <li><figure><a href="https://stadiony.net/pictures/stadiums/usa/cowboys_stadium/cowboys_stadium55.jpg" title="AT&T Stadi …" ) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"long_name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "long_name" public label => string(9) "long name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }"city_id" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(4) "City" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "city_id" public label => string(7) "city id" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(4) ( "id" => integer 882 "name" => string(7) "Cowboys" "long_name" => string(14) "Dallas Cowboys" "city_id" => string(3) "818" ) protected _changed => array(0) protected _related => array(0) }{ protected _file => string(125) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/stadiums/aside-item.php" protected _data => array(6) ( "related_historical" => bool FALSE "related_project" => array(3) ( "name" => string(19) "Cowboys New Stadium" "url" => string(19) "cowboys_new_stadium" "country_code" => string(3) "USA" ) "related_building" => array(3) ( "name" => string(15) "Cowboys Stadium" "url" => string(19) "cowboys_new_stadium" "country_code" => string(3) "USA" ) "related_tournament_stadiums" => array(2) ( 0 => array(6) ( "tournament_category_url_pl" => string(7) "mundial" "tournament_category_url_en" => string(9) "world_cup" "tournament_edition" => string(4) "2026" "stadium_tournament_url" => string(15) "cowboys_stadium" "stadium_tournament_name" => string(12) "AT&T Stadium" "tournament_name" => string(12) "Mundial 2026" ) 1 => array(6) ( "tournament_category_url_pl" => string(12) "copa_america" "tournament_category_url_en" => string(12) "copa_america" "tournament_edition" => string(4) "2024" "stadium_tournament_url" => string(15) "cowboys_stadium" "stadium_tournament_name" => string(12) "AT&T Stadium" "tournament_name" => string(18) "Copa América 2024" ) ) "related_publications" => array(0) "stadium_list" => string(14499) "<section class="stadium-list accordion box"> <h1 class="box-hl flag-m usa"> <a href="https://stadiony.net/stadiony/usa">stadion …" ) }"title" => string(12) "AT&T 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 [ 633 ] » Kohana_View->__toString()
628 $total = array( 629 '{memory_usage}' => number_format((memory_get_peak_usage() - KOHANA_START_MEMORY) / 1024, 2).'KB', 630 '{execution_time}' => number_format(microtime(TRUE) - KOHANA_START_TIME, 5).' seconds'); 631 632 // Insert the totals into the response 633 $request->response = strtr((string) $request->response, $total); 634 } 635 636 637 /** 638 * Display the request response. -
DOCROOT/index.php [ 104 ] » require(arguments)
0string(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;