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/projects/item.php" protected _data => array(10) ( "country" => object Model_Country(12)
"breadcrumbs" => array(3) ( 0 => array(2) ( 0 => string(8) "projekty" 1 => string(8) "Projekty" ) 1 => array(2) ( 0 => string(12) "projekty/fra" 1 => string(7) "Francja" ) 2 => array(2) ( 0 => string(20) "projekty/fra/ol_land" 1 => string(19) "Stade des Lumières" ) ) "ads" => string(7) "project" "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(77) "Projekt stadionu: Stade des Lumières, Lyon; pojemność: 61556; Kluby: Lyon." "keywords" => string(102) "prezentacje, stadionów, projekty, zdjęcia, Stade des Lumières, Lyon, Francja, we Francji,francuskie" "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)
"project" => object Model_Project(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 4 "url" => string(3) "fra" "code" => string(3) "FRA" "name_pl" => string(7) "Francja" "name_en" => string(6) "France" "where_pl" => string(10) "we Francji" "which_pl" => string(10) "francuskie" "fifa_code" => string(4) "UEFA" ) protected _changed => array(0) protected _related => array(0) }{ protected _model => string(7) "project" protected _db => string(7) "default" protected _table => string(8) "projects" protected _fields => array(23) ( "id" => object Sprig_Field_Auto(17)
"project_category" => object Model_Project_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 FALSE 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) }
"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) }
"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) }
"clubs_long" => 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) "clubs_long" public label => string(10) "clubs long" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"cost" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 20 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(4) "cost" public label => string(4) "cost" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"time" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => integer 30 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(4) "time" public label => string(4) "time" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) 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) }
"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) }
"project_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(19) "project_category_id" public label => string(19) "project 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) }
"project_category" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(16) "project_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(19) "project_category_id" public label => string(16) "project category" public description => string(0) "" public attributes => NULL 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) }
"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 TRUE public default => string(0) "" public choices => NULL public column => string(7) "created" 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(1) ( ... ) public callbacks => array(0) }
"tournament" => object Sprig_Field_BelongsTo(20){ public in_db => bool TRUE public null => bool TRUE public model => string(10) "tournament" public foreign_key => NULL public primary_key => NULL public min_length => NULL public max_length => NULL public empty => bool TRUE public primary => bool FALSE public unique => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "tournament_id" public label => string(10) "tournament" public description => string(0) "" public attributes => NULL public filters => array(0) public rules => array(0) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(23) ( "id" => integer 164 "url" => string(7) "ol_land" "long_id" => string(7) "ol_land" "name" => string(19) "Stade des Lumières" "long_name" => string(55) "Stade des Lumières (Grand Stade des Decinés, OL Land)" "capacity" => integer 61556 "country_id" => string(3) "FRA" "city_id" => integer 48 "clubs" => string(4) "Lyon" "clubs_long" => string(18) "Olympique Lyonnais" "cost" => string(11) "405 mln €" "time" => string(9) "2012-2015" "features_pl" => string(376) "Projekt: Populous Data projektu: 2007-2008 W ramach projektu: hotel, biura, muzeum, kompleks treningowy. Uwagi: Zadaszenie jest …" "features_en" => string(40) "Design: Populous Design time: 2007-2008" "features_es" => string(49) "Proyecto: Populous Fecha del proyecto: 2007-2008" "description_pl" => string(0) "" "description_en" => string(0) "" "description_es" => string(0) "" "project_category_id" => integer 3 "project_category" => string(1) "3" "updated" => string(10) "2015-07-23" "created" => string(10) "0000-00-00" "tournament" => string(2) "15" ) 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(16) "project_category" protected _db => string(7) "default" protected _table => string(18) "project_categories" protected _fields => array(9) ( "id" => object Sprig_Field_Auto(17)
"city" => object Model_City(12){ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_pl" public label => string(6) "url pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"url_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_en" public label => string(6) "url en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"url_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_es" public label => string(6) "url es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"single_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "single_pl" public label => string(9) "single pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"single_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(9) "single_es" public label => string(9) "single es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(9) ( "id" => integer 3 "url_pl" => string(12) "zrealizowane" "url_en" => string(11) "implemented" "url_es" => string(0) "" "name" => string(12) "zrealizowane" "name_en" => string(11) "implemented" "name_es" => string(0) "" "single_pl" => string(12) "zrealizowany" "single_es" => string(0) "" ) 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 48 "url" => string(4) "lyon" "name_pl" => string(4) "Lyon" "name_en" => string(0) "" "name_de" => string(0) "" "country_code" => string(3) "FRA" "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 15 "edition" => integer 2016 "name" => string(9) "Euro 2016" "subname_pl" => string(7) "Francja" "subname_en" => string(6) "France" "description_pl" => string(17410) "<p><img class="pic-center" src="/img/news/2015/06/30fra1pl.png" alt="Euro 2016 map" width="1000" height="382" /></p> <p> </ …" "description_en" => string(17910) "<p><img class="pic-center" src="/img/news/2015/06/30fra1en.png" alt="Euro 2016 map" /></p> <p> </p> <p><img class="pic-cent …" "tournament_category" => string(1) "2" "future" => integer 0 ) protected _changed => array(0) protected _related => array(1) ( "tournament_category" => object Model_Tournament_Category(12){ protected _model => string(19) "tournament_category" protected _db => string(7) "default" protected _table => string(21) "tournament_categories" protected _fields => array(13) ( ... ) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(3) "new" protected _original => array(13) ( ... ) protected _changed => array(1) ( ... ) protected _related => array(0) }
) }{ protected _model => string(19) "tournament_category" protected _db => string(7) "default" protected _table => string(21) "tournament_categories" protected _fields => array(13) ( "id" => object Sprig_Field_Auto(17)
"news_list" => array(20) ( 0 => array(6) ( "title" => string(45) "Odliczanie do Euro 2016: 03 – Stade de Lyon" "id" => string(5) "12891" "thumbnail" => string(32) "img/news/2016/06/12892-thumbnail" "lead" => string(193) "To najdroższy stadion tych Mistrzostw i ten otwarty najpóźniej. Docelowo stadion na przedmieściach Lyonu ma wepchnąć Olym …" "published" => string(19) "2016-06-08 20:43:56" "url" => string(40) "odliczanie_do_euro_2016_03_stade_de_lyon" ) 1 => array(6) ( "title" => string(39) "Nowy stadion: Lyon otwiera jako ostatni" "id" => string(5) "12069" "thumbnail" => string(32) "img/news/2016/01/12070-thumbnail" "lead" => string(188) "Po wczorajszym meczu inauguracyjnym już wszystkie stadiony Euro 2016 są gotowe do letniego turnieju UEFA. Ten ostatni jest wyj …" "published" => string(19) "2016-01-10 04:00:10" "url" => string(38) "nowy_stadion_lyon_otwiera_jako_ostatni" ) 2 => array(6) ( "title" => string(55) "Euro 2016: We Francji siądziemy na polskich krzesłach" "id" => string(5) "11961" "thumbnail" => string(32) "img/news/2015/12/11961-thumbnail" "lead" => string(218) "Polacy rozegrają swój pierwszy mecz w ramach Euro 2016 na Allianz Riviera w Nicei, który Grupa Nowy Styl wyposażyła w krzes …" "published" => string(19) "2015-12-17 02:07:39" "url" => string(52) "euro_2016_we_francji_siadziemy_na_polskich_krzeslach" ) 3 => array(6) ( "title" => string(55) "Euro 2016: Polacy poznali rywali i „swoje” stadiony" "id" => string(5) "11933" "thumbnail" => string(32) "img/news/2015/12/11934-thumbnail" "lead" => string(198) "Wielki klasyk na Niemcy-Polska na Stade de France, a do tego wyprawy na cudowne południe, do Nicei i Marsylii. Tak ułożyło s …" "published" => string(19) "2015-12-12 21:14:01" "url" => string(48) "euro_2016_polacy_poznali_rywali_i_swoje_stadiony" ) 4 => array(6) ( "title" => string(42) "Lyon: Co się stanie z porzuconym Gerland?" "id" => string(5) "11904" "thumbnail" => string(32) "img/news/2015/12/11905-thumbnail" "lead" => string(191) "Euro 2016 oznacza wielkie zmiany w Lyonie. Olympique przenosi się na przedmieścia, a poczciwy stadion w dzielnicy Gerland zost …" "published" => string(19) "2015-12-08 18:44:04" "url" => string(39) "lyon_co_sie_stanie_z_porzuconym_gerland" ) 5 => array(6) ( "title" => string(48) "Lyon: Wkrótce otwarcie „Stadionu Świateł”" "id" => string(5) "11855" "thumbnail" => string(32) "img/news/2015/11/11856-thumbnail" "lead" => string(150) "Już w styczniu dwa pierwsze mecze na Stade des Lumières na przedmieściach Lyonu. Największy wciąż budowany stadion Euro 20 …" "published" => string(19) "2015-11-30 21:33:37" "url" => string(38) "lyon_wkrotce_otwarcie_stadionu_swiatel" ) 6 => array(6) ( "title" => string(44) "Lyon: Rekord frekwencji przed przeprowadzką" "id" => string(4) "9436" "thumbnail" => string(31) "img/news/2014/07/9437-thumbnail" "lead" => string(206) "Olympique Lyonnais poinformowało, że w sezonie 2013/14 osiągnęło rekordowy wynik pod względem widowni. To świetne wieści …" "published" => string(19) "2014-07-25 12:34:24" "url" => string(42) "lyon_rekord_frekwencji_przed_przeprowadzka" ) 7 => array(6) ( "title" => string(56) "Lyon: Kamień węgielny wmurowany, budowa idzie naprzód" "id" => string(4) "8020" "thumbnail" => string(31) "img/news/2013/11/8022-thumbnail" "lead" => string(225) "Wczoraj odbyła się na placu budowy pod Lyonem ceremonia wmurowania kamienia węgielnego. Pierwszy prywatny stadion we Francji …" "published" => string(19) "2013-11-13 21:04:08" "url" => string(51) "lyon_kamien_wegielny_wmurowany_budowa_idzie_naprzod" ) 8 => array(6) ( "title" => string(36) "Lyon: Kamień węgielny 12 listopada" "id" => string(4) "7871" "thumbnail" => string(31) "img/news/2013/10/7871-thumbnail" "lead" => string(196) "W rozmowie z „Le Progrès” przedstawiciel inwestora zapewnił, że wmurowanie kamienia węgielnego pod budowę nowego stadio …" "published" => string(19) "2013-10-16 15:14:22" "url" => string(33) "lyon_kamien_wegielny_12_listopada" ) 9 => array(6) ( "title" => string(53) "Euro 2020: Pełna lista zgłoszeń od członków UEFA" "id" => string(4) "7789" "thumbnail" => string(31) "img/news/2013/09/7788-thumbnail" "lead" => string(343) "Za rok poznamy gospodarzy Euro 2020. Najbardziej odległe miasta dzieli ponad 6 tysięcy kilometrów. Czy UEFA rozciągnie Euro …" "published" => string(19) "2013-09-30 18:04:34" "url" => string(47) "euro_2020_pelna_lista_zgloszen_od_czlonkow_uefa" ) 10 => array(6) ( "title" => string(47) "Euro 2020: Poznajcie potwierdzonych kandydatów" "id" => string(4) "7701" "thumbnail" => string(31) "img/news/2013/09/7700-thumbnail" "lead" => string(257) "Polska należy do niewielu krajów, które oficjalnie zgłosiły dwa miasta. Mimo zgody UEFA na taką kandydaturę, większość …" "published" => string(19) "2013-09-12 20:40:46" "url" => string(45) "euro_2020_poznajcie_potwierdzonych_kandydatow" ) 11 => array(6) ( "title" => string(56) "Lyon: Finansowanie zabezpieczone, budowa ruszy z miejsca" "id" => string(4) "7474" "thumbnail" => string(31) "img/news/2013/07/7475-thumbnail" "lead" => string(223) "Czasu do Euro 2016 coraz mniej, ale udało się zabezpieczyć fundusze na całkowicie prywatną budowę stadionu w Lyonie. Wła …" "published" => string(19) "2013-07-28 03:36:15" "url" => string(54) "lyon_finansowanie_zabezpieczone_budowa_ruszy_z_miejsca" ) 12 => array(6) ( "title" => string(46) "Lyon: Umowa podpisana, stadion za 30 miesięcy" "id" => string(4) "6370" "thumbnail" => string(31) "img/news/2013/02/6372-thumbnail" "lead" => string(253) "Choć finansowanie nie jest jeszcze w pełni zabezpieczone, Olympique Lyonnais podpisali umowę z firmą Vinci na budowę nowego …" "published" => string(19) "2013-02-13 14:06:32" "url" => string(43) "lyon_umowa_podpisana_stadion_za_30_miesiecy" ) 13 => array(6) ( "title" => string(44) "Lyon: Budowa znów rusza, choć nie z kopyta" "id" => string(4) "5742" "thumbnail" => string(31) "img/news/2012/10/5742-thumbnail" "lead" => string(243) "To już drugi start budowy, bo wiosną pierwsze maszyny wjechały na tereny przyszłego stadionu. Ale wtedy tylko wyrównano ter …" "published" => string(19) "2012-10-24 05:04:40" "url" => string(40) "lyon_budowa_znow_rusza_choc_nie_z_kopyta" ) 14 => array(6) ( "title" => string(45) "Lyon: Kolejne opóźnienie stadionu Olympique" "id" => string(4) "5247" "thumbnail" => string(31) "img/news/2012/08/5245-thumbnail" "lead" => string(218) "Klub nie ukrywa – właściwa budowa mimo hucznych zapowiedzi nie ruszyła. Dlatego ostateczny termin oddania obiektu przesuwa …" "published" => string(19) "2012-08-03 02:08:56" "url" => string(42) "lyon_kolejne_opoznienie_stadionu_olympique" ) 15 => array(6) ( "title" => string(44) "Nowe: Lyon w budowie, Tuluza na wizualizacji" "id" => string(4) "4493" "thumbnail" => string(0) "" "lead" => string(210) "Po czterech latach od pokazania pierwszych wizualizacji ruszyła wreszcie budowa nowego, wielkiego stadionu pod Lyonem. W Tuluzi …" "published" => string(19) "2012-03-04 13:33:50" "url" => string(42) "nowe_lyon_w_budowie_tuluza_na_wizualizacji" ) 16 => array(6) ( "title" => string(57) "Lyon: Jest pozwolenie na budowę „Stadionu Świateł”" "id" => string(4) "4352" "thumbnail" => string(0) "" "lead" => string(231) "Dziś rano burmistrz miejscowości Décines-Charpieu podpisał pozwolenie na budowę 60-tysięcznika. Już latem 2014 na przedmi …" "published" => string(19) "2012-02-03 16:09:25" "url" => string(47) "lyon_jest_pozwolenie_na_budowe_stadionu_swiatel" ) 17 => array(6) ( "title" => string(50) "Lyon: Drugie zielone światło dla nowego stadionu" "id" => string(4) "4105" "thumbnail" => string(0) "" "lead" => string(231) "Jeszcze tylko jednego pozwolenia potrzebuje klub, by rozpocząć budowę. Na razie wszystko idzie zgodnie z planem i oficjalny t …" "published" => string(19) "2011-12-09 14:01:38" "url" => string(47) "lyon_drugie_zielone_swiatlo_dla_nowego_stadionu" ) 18 => array(6) ( "title" => string(71) "Lyon: Olympique obiecuje „Stadion Świateł” na drugi kwartał 2014" "id" => string(4) "3892" "thumbnail" => string(0) "" "lead" => string(231) "Budowa jeszcze nie ruszyła, ale powinna się zacząć najpóźniej wiosną. Jest już zgoda władz aglomeracji na wielką inwes …" "published" => string(19) "2011-10-23 13:47:06" "url" => string(61) "lyon_olympique_obiecuje_stadion_swiatel_na_drugi_kwartal_2014" ) 19 => array(6) ( "title" => string(32) "Lyon: Nowe, piękne wizualizacje" "id" => string(4) "2499" "thumbnail" => string(0) "" "lead" => string(226) "Na nich nieco zmodyfikowany projekt nowego stadionu dla Lyonu. Będzie bez wątpienia jednym z najpiękniejszych obiektów Euro …" "published" => string(19) "2010-12-07 14:17:17" "url" => string(29) "lyon_nowe_piekne_wizualizacje" ) ) "title" => string(19) "Stade des Lumières" "country_url" => string(3) "fra" "url" => string(7) "ol_land" ) }{ public primary => bool TRUE public editable => bool FALSE public null => bool TRUE public min_value => NULL public max_value => NULL public empty => bool TRUE public unique => bool FALSE public default => string(0) "" public choices => NULL public column => string(2) "id" public label => string(2) "id" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(0) public callbacks => array(0) }
"url_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_pl" public label => string(6) "url pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"url_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_en" public label => string(6) "url en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"url_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "url_es" public label => string(6) "url es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(4) "name" public label => string(4) "name" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_en" public label => string(7) "name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(7) "name_es" public label => string(7) "name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"seo_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "seo_pl" public label => string(6) "seo pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"seo_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "seo_en" public label => string(6) "seo en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"seo_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(6) "seo_es" public label => string(6) "seo es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"short_name_pl" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "short_name_pl" public label => string(13) "short name pl" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"short_name_en" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "short_name_en" public label => string(13) "short name en" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
"short_name_es" => object Sprig_Field_Char(17){ public min_length => NULL public max_length => NULL public empty => bool FALSE public primary => bool FALSE public unique => bool FALSE public null => bool FALSE public editable => bool TRUE public default => string(0) "" public choices => NULL public column => string(13) "short_name_es" public label => string(13) "short name es" public description => string(0) "" public attributes => NULL public in_db => bool TRUE public filters => array(0) public rules => array(1) ( ... ) public callbacks => array(0) }
) protected _primary_key => string(2) "id" protected _title_key => string(4) "name" protected _sorting => NULL protected _init => bool TRUE protected _state => string(6) "loaded" protected _original => array(13) ( "id" => integer 2 "url_pl" => string(4) "euro" "url_en" => string(4) "euro" "url_es" => string(0) "" "name" => string(35) "Mistrzostwa Europy w piłce nożnej" "name_en" => string(35) "UEFA European Football Championship" "name_es" => string(0) "" "seo_pl" => string(4) "Euro" "seo_en" => string(4) "Euro" "seo_es" => string(0) "" "short_name_pl" => string(4) "Euro" "short_name_en" => string(4) "Euro" "short_name_es" => string(0) "" ) 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/projects/aside-item.php" protected _data => array(4) ( "related_building" => array(3) ( "name" => string(19) "Stade des Lumières" "url" => string(18) "stade_des_lumieres" "country_code" => string(3) "FRA" ) "related_stadium" => array(3) ( "url" => string(7) "parc_ol" "name" => string(16) "Groupama Stadium" "country_code" => string(3) "FRA" ) "related_historical" => bool FALSE "project_list" => object View(2)
"title" => string(28) "Projekt: Stade des Lumières" ){ protected _file => string(133) "/var/www/vhosts/lvps176-28-11-216.dedicated.hosteurope.de/stadiony.net/httpdocs/application/views/new/projects/aside/project_lis …" protected _data => array(2) ( "projects" => array(1106) ( ... ) "current_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(6) "loaded" protected _original => array(23) ( ... ) protected _changed => array(0) protected _related => array(1) ( ... ) }
) }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;