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(119) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/stadiums/list.php" protected _data => array(2) ( "stadiums" => array(26) ( 0 => array(10) ( "stadium_name" => string(16) "Stadion Maksimir" "stadium_url" => string(16) "stadion_maksimir" "country_code" => string(3) "CRO" "league_id" => string(1) "1" "capacity" => string(5) "24851" "id" => string(3) "334" "league_name" => string(16) "Stadion Narodowy" "city_pl" => string(7) "Zagrzeb" "city_en" => string(6) "Zagreb" "clubs" => string(6) "Dinamo" ) 1 => array(10) ( "stadium_name" => string(14) "Stadion Poljud" "stadium_url" => string(14) "stadion_poljud" "country_code" => string(3) "CRO" "league_id" => string(2) "32" "capacity" => string(5) "34448" "id" => string(3) "333" "league_name" => string(12) "HT Prva Liga" "city_pl" => string(5) "Split" "city_en" => string(0) "" "clubs" => string(6) "Hajduk" ) 2 => array(10) ( "stadium_name" => string(10) "Opus Arena" "stadium_url" => string(14) "stadion_pampas" "country_code" => string(3) "CRO" "league_id" => string(2) "32" "capacity" => string(5) "13005" "id" => string(4) "2508" "league_name" => string(12) "HT Prva Liga" "city_pl" => string(6) "Osijek" "city_en" => string(0) "" "clubs" => string(9) "NK Osjiek" ) 3 => array(10) ( "stadium_name" => string(20) "Stadion Aldo Drosina" "stadium_url" => string(20) "stadion_aldo_drosina" "country_code" => string(3) "CRO" "league_id" => string(2) "32" "capacity" => string(4) "8923" "id" => string(4) "1430" "league_name" => string(12) "HT Prva Liga" "city_pl" => string(4) "Pula" "city_en" => string(0) "" "clubs" => string(22) "Istra 1961, Istra Pula" ) 4 => array(10) ( "stadium_name" => string(17) "Stadion NK Zagreb" "stadium_url" => string(17) "stadion_nk_zagreb" "country_code" => string(3) "CRO" "league_id" => string(2) "32" "capacity" => string(4) "8850" "id" => string(4) "1137" "league_name" => string(12) "HT Prva Liga" "city_pl" => string(7) "Zagrzeb" "city_en" => string(6) "Zagreb" "clubs" => string(21) "NK Zagreb, Lokomotiva" ) 5 => array(10) ( "stadium_name" => string(16) "Stadion Rujevica" "stadium_url" => string(23) "stadion_rujevica_rijeka" "country_code" => string(3) "CRO" "league_id" => string(2) "32" "capacity" => string(4) "8279" "id" => string(4) "1785" "league_name" => string(12) "HT Prva Liga" "city_pl" => string(6) "Rijeka" "city_en" => string(0) "" "clubs" => string(9) "NK Rijeka" ) 6 => array(10) ( "stadium_name" => string(14) "Stadion Radnik" "stadium_url" => string(14) "stadion_radnik" "country_code" => string(3) "CRO" "league_id" => string(2) "32" "capacity" => string(4) "8000" "id" => string(4) "1136" "league_name" => string(12) "HT Prva Liga" "city_pl" => string(13) "Velika Gorica" "city_en" => string(13) "Velika Gorica" "clubs" => string(10) "HNK Gorica" ) 7 => array(10) ( "stadium_name" => string(14) "Stadion Intera" "stadium_url" => string(23) "stadion_intera_zapresic" "country_code" => string(3) "CRO" "league_id" => string(2) "32" "capacity" => string(4) "4528" "id" => string(3) "840" "league_name" => string(12) "HT Prva Liga" "city_pl" => string(10) "Zaprešić" "city_en" => string(0) "" "clubs" => string(5) "Inter" ) 8 => array(10) ( "stadium_name" => string(15) "Stadion Gradski" "stadium_url" => string(26) "stadion_gradski_koprivnica" "country_code" => string(3) "CRO" "league_id" => string(2) "32" "capacity" => string(4) "3134" "id" => string(3) "839" "league_name" => string(12) "HT Prva Liga" "city_pl" => string(10) "Koprivnica" "city_en" => string(0) "" "clubs" => string(6) "Slaven" ) 9 => array(10) ( "stadium_name" => string(19) "Stadion Gradski vrt" "stadium_url" => string(26) "stadion_gradski_vrt_osijek" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(5) "18856" "id" => string(3) "335" "league_name" => string(4) "Inne" "city_pl" => string(6) "Osijek" "city_en" => string(0) "" "clubs" => string(1) "-" ) 10 => array(10) ( "stadium_name" => string(33) "Stadion Branko Čavlović-Čavlek" "stadium_url" => string(30) "stadion_branko_cavlovic_cavlek" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(5) "12000" "id" => string(4) "1293" "league_name" => string(4) "Inne" "city_pl" => string(8) "Karlovac" "city_en" => string(8) "Karlovac" "clubs" => string(11) "NK Karlovac" ) 11 => array(10) ( "stadium_name" => string(19) "Stadion na Kantridi" "stadium_url" => string(16) "stadion_kantrida" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(5) "10275" "id" => string(3) "336" "league_name" => string(4) "Inne" "city_pl" => string(6) "Rijeka" "city_en" => string(0) "" "clubs" => string(9) "NK Rijeka" ) 12 => array(10) ( "stadium_name" => string(15) "Stadion Cibalia" "stadium_url" => string(15) "stadion_cibalia" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(5) "10000" "id" => string(3) "926" "league_name" => string(4) "Inne" "city_pl" => string(8) "Vinkovci" "city_en" => string(0) "" "clubs" => string(7) "Cibalia" ) 13 => array(10) ( "stadium_name" => string(18) "Stadion NK Varteks" "stadium_url" => string(18) "stadion_nk_varteks" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "9099" "id" => string(3) "337" "league_name" => string(4) "Inne" "city_pl" => string(9) "Varaždin" "city_en" => string(0) "" "clubs" => string(7) "Varteks" ) 14 => array(10) ( "stadium_name" => string(19) "Stadion Šubićevac" "stadium_url" => string(17) "stadion_subicevac" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "8500" "id" => string(3) "844" "league_name" => string(4) "Inne" "city_pl" => string(8) "Šibenik" "city_en" => string(0) "" "clubs" => string(8) "Šibenik" ) 15 => array(10) ( "stadium_name" => string(19) "Stadion SRC Mladost" "stadium_url" => string(19) "stadion_src_mladost" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "8000" "id" => string(3) "842" "league_name" => string(4) "Inne" "city_pl" => string(8) "Čakovec" "city_en" => string(0) "" "clubs" => string(10) "Međimurje" ) 16 => array(10) ( "stadium_name" => string(20) "Stadion Kamen Ingrad" "stadium_url" => string(20) "stadion_kamen_ingrad" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "7095" "id" => string(3) "841" "league_name" => string(4) "Inne" "city_pl" => string(6) "Velika" "city_en" => string(0) "" "clubs" => string(12) "Kamen Ingrad" ) 17 => array(10) ( "stadium_name" => string(16) "Stadion Stanovi " "stadium_url" => string(15) "stadion_stanovi" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "5860" "id" => string(3) "925" "league_name" => string(4) "Inne" "city_pl" => string(5) "Zadar" "city_en" => string(0) "" "clubs" => string(8) "NK Zadar" ) 18 => array(10) ( "stadium_name" => string(25) "Stadion Hrvatski vitezovi" "stadium_url" => string(25) "stadion_hrvatski_vitezovi" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "5200" "id" => string(4) "1786" "league_name" => string(4) "Inne" "city_pl" => string(6) "Rijeka" "city_en" => string(0) "" "clubs" => string(12) "NK Dugopolje" ) 19 => array(10) ( "stadium_name" => string(23) "Stadion Stjepan Spajić" "stadium_url" => string(22) "stadion_stjepan_spajic" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "4500" "id" => string(4) "1429" "league_name" => string(4) "Inne" "city_pl" => string(7) "Zagrzeb" "city_en" => string(6) "Zagreb" "clubs" => string(20) "Hrvatski dragovoljac" ) 20 => array(10) ( "stadium_name" => string(27) "Stadion ŠRC Uljanik-Veruda" "stadium_url" => string(26) "stadion_src_uljanik_veruda" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "4000" "id" => string(3) "843" "league_name" => string(4) "Inne" "city_pl" => string(4) "Pula" "city_en" => string(0) "" "clubs" => string(1) "-" ) 21 => array(10) ( "stadium_name" => string(19) "Stadion u Pricviću" "stadium_url" => string(18) "stadion_u_pricvicu" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "3000" "id" => string(4) "1349" "league_name" => string(4) "Inne" "city_pl" => string(10) "Žrnovnica" "city_en" => string(10) "Žrnovnica" "clubs" => string(5) "Mosor" ) 22 => array(10) ( "stadium_name" => string(20) "Stadion Gospin Dolac" "stadium_url" => string(20) "stadion_gospin_dolac" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "2766" "id" => string(4) "1903" "league_name" => string(4) "Inne" "city_pl" => string(7) "Imotski" "city_en" => string(7) "Imotski" "clubs" => string(10) "NK Imotski" ) 23 => array(10) ( "stadium_name" => string(18) "Stadion pod Klisom" "stadium_url" => string(18) "stadion_pod_klisom" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "2000" "id" => string(4) "2141" "league_name" => string(4) "Inne" "city_pl" => string(4) "Klis" "city_en" => string(4) "Klis" "clubs" => string(5) "Uskok" ) 24 => array(10) ( "stadium_name" => string(14) "Stadion Lučko" "stadium_url" => string(13) "stadion_lucko" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "1800" "id" => string(4) "1135" "league_name" => string(4) "Inne" "city_pl" => string(7) "Zagrzeb" "city_en" => string(6) "Zagreb" "clubs" => string(10) " NK Lučko" ) 25 => array(10) ( "stadium_name" => string(19) "Igralište Batarija" "stadium_url" => string(18) "igraliste_batarija" "country_code" => string(3) "CRO" "league_id" => string(2) "99" "capacity" => string(4) "1000" "id" => string(4) "2140" "league_name" => string(4) "Inne" "city_pl" => string(6) "Trogir" "city_en" => string(6) "Trogir" "clubs" => string(10) "HNK Trogir" ) ) "country" => object Model_Country(12)
"breadcrumbs" => array(2) ( 0 => array(2) ( 0 => string(8) "stadiony" 1 => string(8) "Stadiony" ) 1 => array(2) ( 0 => string(12) "stadiony/cro" 1 => string(9) "Chorwacja" ) ) "ads" => string(0) "" "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(66) "Stadiony piłklarskie w Chorwacji, chorwackie stadiony, Chorwacja." "keywords" => string(68) "prezentacje, stadionów, zdjęcia, Chorwacja, w Chorwacji,chorwackie" "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)
) }{ 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 28 "url" => string(3) "cro" "code" => string(3) "CRO" "name_pl" => string(9) "Chorwacja" "name_en" => string(7) "Croatia" "where_pl" => string(11) "w Chorwacji" "which_pl" => string(10) "chorwackie" "fifa_code" => string(4) "UEFA" ) 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-list.php" protected _data => array(1) ( "country" => object Model_Country(12)
"title" => string(20) "Stadiony w Chorwacji" ){ 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)
) }{ 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 28 "url" => string(3) "cro" "code" => string(3) "CRO" "name_pl" => string(9) "Chorwacja" "name_en" => string(7) "Croatia" "where_pl" => string(11) "w Chorwacji" "which_pl" => string(10) "chorwackie" "fifa_code" => string(4) "UEFA" ) protected _changed => array(0) protected _related => array(0) }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;