Database_Exception [ HY000 ]:
MODPATH/database/classes/Kohana/Database/PDO.php [ 151 ]
146 // This benchmark is worthless
147 Profiler::delete($benchmark);
148 }
149
150 // Convert the exception in a database exception
151 throw new Database_Exception(':error [ :query ]',
152 array(
153 ':error' => $e->getMessage(),
154 ':query' => $sql
155 ),
156 $e->getCode());
-
MODPATH/database/classes/Kohana/Database/Query.php [ 251 ] » Kohana_Database_PDO->query(arguments)
0integer 1
1string(6563) "SELECT `indirizzo`.`id` AS `indirizzo:id`, `indirizzo`.`property_id` AS `indirizzo:property_id`, `indirizzo`.`vedi` AS `indirizz …"2string(14) "Model_Property"3array(0)246 return new Database_Result_Cached($result, $sql, $as_object, $object_params); 247 } 248 } 249 250 // Execute the query 251 $result = $db->query($this->_type, $sql, $as_object, $object_params); 252 253 if (isset($cache_key) AND $this->_lifetime > 0) 254 { 255 // Cache the result array 256 Kohana::cache($cache_key, $result->as_array(), $this->_lifetime); -
MODPATH/orm/classes/Kohana/ORM.php [ 1063 ] » Kohana_Database_Query->execute(arguments)
0object Database_PDO(5)
{ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0){ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }1058 } 1059 1060 if ($multiple === TRUE) 1061 { 1062 // Return database iterator casting to this object type 1063 $result = $this->_db_builder->as_object(get_class($this))->execute($this->_db); 1064 1065 $this->reset(); 1066 1067 return $result; 1068 } -
MODPATH/orm/classes/Kohana/ORM.php [ 1004 ] » Kohana_ORM->_load_result(arguments)
0bool TRUE
999 } 1000 } 1001 1002 $this->_build(Database::SELECT); 1003 1004 return $this->_load_result(TRUE); 1005 } 1006 1007 /** 1008 * Returns an array of columns to include in the select query. This method 1009 * can be overridden to change the default select behavior. -
APPPATH/classes/Model/Property.php [ 146 ] » Kohana_ORM->find_all()
141 */ 142 public function get_ultime_residenziali($limit = Model_Property::ULTIME_LIMIT) { 143 144 $query = $this->_get_base_query($limit)->and_where('comune', 'IN', array('046005', '046018', '046024', '046028', '046030', '046033', '046013')); 145 146 return $query->find_all(); 147 } 148 149 /** 150 * Ottiene un tot di annunci random 151 * -
APPPATH/views/residenziali/index.php [ 194 ] » Model_Property->get_ultime_residenziali()
189 <div class="box"> 190 <div class="col-md-12 col-sm-12 box_ultimi"> 191 <h2><?= __('ULTIMI INSERITI') ?></h2> 192 <?php 193 // Compongo la query 194 $immobili = ORM::factory('Property')->get_ultime_residenziali(); 195 ?> 196 197 <ul id="carousel"> 198 <?php foreach ($immobili as $immobile): ?> 199 <li> -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(75) "/var/www/lacasainversilia/main_app/application/views/residenziali/index.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0string(75) "/var/www/lacasainversilia/main_app/application/views/residenziali/index.php"1array(1) ( "comuni_list" => object Database_Result_Cached(6)
{ protected _query => string(431) "SELECT `comune`.`codice_istat_comune_alfa` AS `codice_istat_comune_alfa`, `comune`.`nome_it` AS `nome_it`, `comune`.`codice_prov …" protected _result => array(7) ( 0 => object Model_Comune(36)){ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046005" "nome_it" => string(8) "Camaiore" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "camaiore" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046005" "nome_it" => string(8) "Camaiore" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "camaiore" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046005" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046013" "nome_it" => string(15) "Forte dei Marmi" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(15) "forte-dei-marmi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046013" "nome_it" => string(15) "Forte dei Marmi" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(15) "forte-dei-marmi" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046013" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046018" "nome_it" => string(9) "Massarosa" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "massarosa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046018" "nome_it" => string(9) "Massarosa" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "massarosa" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046018" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046024" "nome_it" => string(11) "Pietrasanta" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "pietrasanta" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046024" "nome_it" => string(11) "Pietrasanta" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "pietrasanta" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046024" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046028" "nome_it" => string(9) "Seravezza" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "seravezza" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046028" "nome_it" => string(9) "Seravezza" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "seravezza" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046028" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046030" "nome_it" => string(8) "Stazzema" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "stazzema" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046030" "nome_it" => string(8) "Stazzema" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "stazzema" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046030" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046033" "nome_it" => string(9) "Viareggio" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "viareggio" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046033" "nome_it" => string(9) "Viareggio" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "viareggio" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046033" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 7 protected _current_row => integer 7 protected _as_object => string(12) "Model_Comune" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } -
SYSPATH/classes/Kohana/View.php [ 228 ] » Kohana_View->render()
223 */ 224 public function __toString() 225 { 226 try 227 { 228 return $this->render(); 229 } 230 catch (Exception $e) 231 { 232 /** 233 * Display the exception message. -
APPPATH/views/template.php [ 52 ] » Kohana_View->__toString()
47 </div> 48 <div id="container" class="container"> 49 <div class="row"> 50 <div class="col-md-12 col-sm-12"> 51 <div id="content"> 52 <?= $content ?> 53 </div> 54 </div> 55 </div> 56 </div> 57 <div id="searches"> -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(65) "/var/www/lacasainversilia/main_app/application/views/template.php"56 ob_start(); 57 58 try 59 { 60 // Load the view within the current scope 61 include $kohana_view_filename; 62 } 63 catch (Exception $e) 64 { 65 // Delete the output buffer 66 ob_end_clean(); -
SYSPATH/classes/Kohana/View.php [ 348 ] » Kohana_View::capture(arguments)
0string(65) "/var/www/lacasainversilia/main_app/application/views/template.php"1array(3) ( "title" => string(65) "LaCasaInVersilia.it: Trova subito la casa che cerchi in Versilia!" "description" => string(55) "Tutti gli immobili in vendita e in affitto in Versilia!" "content" => object View(2)
{ protected _file => string(75) "/var/www/lacasainversilia/main_app/application/views/residenziali/index.php" protected _data => array(1) ( "comuni_list" => object Database_Result_Cached(6)){ protected _query => string(431) "SELECT `comune`.`codice_istat_comune_alfa` AS `codice_istat_comune_alfa`, `comune`.`nome_it` AS `nome_it`, `comune`.`codice_prov …" protected _result => array(7) ( 0 => object Model_Comune(36)) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046005" "nome_it" => string(8) "Camaiore" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "camaiore" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046005" "nome_it" => string(8) "Camaiore" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "camaiore" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046005" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046013" "nome_it" => string(15) "Forte dei Marmi" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(15) "forte-dei-marmi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046013" "nome_it" => string(15) "Forte dei Marmi" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(15) "forte-dei-marmi" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046013" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046018" "nome_it" => string(9) "Massarosa" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "massarosa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046018" "nome_it" => string(9) "Massarosa" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "massarosa" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046018" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046024" "nome_it" => string(11) "Pietrasanta" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "pietrasanta" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046024" "nome_it" => string(11) "Pietrasanta" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "pietrasanta" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046024" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046028" "nome_it" => string(9) "Seravezza" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "seravezza" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046028" "nome_it" => string(9) "Seravezza" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "seravezza" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046028" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046030" "nome_it" => string(8) "Stazzema" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "stazzema" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046030" "nome_it" => string(8) "Stazzema" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "stazzema" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046030" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046033" "nome_it" => string(9) "Viareggio" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "viareggio" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046033" "nome_it" => string(9) "Viareggio" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "viareggio" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046033" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 7 protected _current_row => integer 7 protected _as_object => string(12) "Model_Comune" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }343 { 344 throw new View_Exception('You must set the file to use within your view before rendering'); 345 } 346 347 // Combine local and global data and capture the output 348 return View::capture($this->_file, $this->_data); 349 } 350 351 } -
SYSPATH/classes/Kohana/Controller/Template.php [ 44 ] » Kohana_View->render()
39 */ 40 public function after() 41 { 42 if ($this->auto_render === TRUE) 43 { 44 $this->response->body($this->template->render()); 45 } 46 47 parent::after(); 48 } 49 -
APPPATH/classes/Controller/Site.php [ 94 ] » Kohana_Controller_Template->after()
89 if (is_file($path . "$controller.$action.js")) 90 $this->template->assets 91 ->js("$controller.$action.js"); 92 } 93 94 parent::after(); 95 } 96 97 } -
SYSPATH/classes/Kohana/Controller.php [ 87 ] » Controller_Site->after()
82 83 // Execute the action itself 84 $this->{$action}(); 85 86 // Execute the "after action" method 87 $this->after(); 88 89 // Return the response 90 return $this->response; 91 } 92 -
{PHP internal call} » Kohana_Controller->execute()
-
SYSPATH/classes/Kohana/Request/Client/Internal.php [ 97 ] » ReflectionMethod->invoke(arguments)
0object Controller_Residenziali(5)
{ private session => object Session_Native(5){ protected _name => string(7) "session" protected _lifetime => integer 0 protected _encrypted => bool FALSE protected _data => array(0) protected _destroyed => bool FALSE }public template => object View(2){ protected _file => string(65) "/var/www/lacasainversilia/main_app/application/views/template.php" protected _data => array(3) ( "title" => string(65) "LaCasaInVersilia.it: Trova subito la casa che cerchi in Versilia!" "description" => string(55) "Tutti gli immobili in vendita e in affitto in Versilia!" "content" => object View(2)public auto_render => bool TRUE public request => object Request(19){ protected _file => string(75) "/var/www/lacasainversilia/main_app/application/views/residenziali/index.php" protected _data => array(1) ( "comuni_list" => object Database_Result_Cached(6)) }{ protected _query => string(431) "SELECT `comune`.`codice_istat_comune_alfa` AS `codice_istat_comune_alfa`, `comune`.`nome_it` AS `nome_it`, `comune`.`codice_prov …" protected _result => array(7) ( 0 => object Model_Comune(36)) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046005" "nome_it" => string(8) "Camaiore" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "camaiore" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046005" "nome_it" => string(8) "Camaiore" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "camaiore" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046005" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)1 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046013" "nome_it" => string(15) "Forte dei Marmi" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(15) "forte-dei-marmi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046013" "nome_it" => string(15) "Forte dei Marmi" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(15) "forte-dei-marmi" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046013" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)2 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046018" "nome_it" => string(9) "Massarosa" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "massarosa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046018" "nome_it" => string(9) "Massarosa" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "massarosa" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046018" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)3 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046024" "nome_it" => string(11) "Pietrasanta" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "pietrasanta" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046024" "nome_it" => string(11) "Pietrasanta" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "pietrasanta" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046024" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)4 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046028" "nome_it" => string(9) "Seravezza" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "seravezza" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046028" "nome_it" => string(9) "Seravezza" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "seravezza" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046028" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)5 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046030" "nome_it" => string(8) "Stazzema" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "stazzema" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046030" "nome_it" => string(8) "Stazzema" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "stazzema" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046030" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)6 => object Model_Comune(36){ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _db_group => string(11) "casain24ore" protected _table_name => string(6) "comuni" protected _primary_key => string(24) "codice_istat_comune_alfa" protected _primary_val => string(7) "nome_it" protected _table_columns => array(5) ( "codice_istat_comune_alfa" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "nome_it" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "codice_provincia" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) "comune_capoluogo_provincia" => array(2) ( "data_type" => string(7) "tinyint" "is_nullable" => bool FALSE ) "seo_string" => array(2) ( "data_type" => string(6) "string" "is_nullable" => bool FALSE ) ) protected _belongs_to => array(1) ( "provincia" => array(2) ( "model" => string(9) "Provincia" "foreign_key" => string(16) "codice_provincia" ) ) protected _has_many => array(3) ( "frazioni" => array(4) ( "model" => string(8) "Frazione" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(11) "frazioni_id" ) "quartieri" => array(4) ( "model" => string(9) "Quartiere" "foreign_key" => string(12) "comune_istat" "through" => NULL "far_key" => string(12) "quartieri_id" ) "indirizzi" => array(4) ( "model" => string(9) "Indirizzo" "foreign_key" => string(6) "comune" "through" => NULL "far_key" => string(12) "indirizzi_id" ) ) protected _sorting => array(1) ( "nome_it" => string(3) "asc" ) protected _ignored_columns => array(0) protected _has_one => array(0) protected _load_with => array(0) protected _validation => NULL protected _object => array(5) ( "codice_istat_comune_alfa" => string(6) "046033" "nome_it" => string(9) "Viareggio" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "viareggio" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "046033" "nome_it" => string(9) "Viareggio" "codice_provincia" => string(3) "046" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "viareggio" ) protected _related => array(0) protected _valid => bool TRUE protected _loaded => bool TRUE protected _saved => bool FALSE protected _foreign_key_suffix => string(3) "_id" protected _object_name => string(6) "comune" protected _object_plural => string(7) "comunes" protected _updated_column => NULL protected _created_column => NULL protected _serialize_columns => array(0) protected _primary_key_value => string(6) "046033" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 7 protected _current_row => integer 7 protected _as_object => string(12) "Model_Comune" protected _object_params => NULL }{ protected _identifier => string(1) "`" public last_query => string(251) "SELECT `tipologia`.`id` AS `id`, `tipologia`.`tipologia` AS `tipologia`, `tipologia`.`seo_string` AS `seo_string`, `tipologia`.` …" protected _instance => string(11) "casain24ore" protected _connection => object PDO(0)protected _db_applied => array(0) protected _db_pending => array(0) protected _db_reset => bool TRUE protected _db_builder => NULL protected _with_applied => array(0) protected _cast_data => array(0) protected _errors_filename => string(6) "comune" }{ }protected _config => array(5) ( "type" => string(3) "PDO" "table_prefix" => string(0) "" "charset" => string(4) "utf8" "caching" => bool FALSE "identifier" => string(1) "`" ) }{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5)public response => object Response(5){ protected _filters => array(0) protected _uri => string(47) "(<controller>(/<action>(/<param1>(/<param2>))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(12) "residenziali" "action" => string(5) "index" ) protected _route_regex => string(129) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<param1>[^/.,;?\n]++)(?:/(?P<param2>[^/.,;?\n]++))?)?)?)?$#u …" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(12) "Residenziali" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}{ protected _status => integer 200 protected _header => object HTTP_Header(0)}{ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }92 93 // Create a new instance of the controller 94 $controller = $class->newInstance($request, $response); 95 96 // Run the controller's execute() method 97 $response = $class->getMethod('execute')->invoke($controller); 98 99 if ( ! $response instanceof Response) 100 { 101 // Controller failed to return a Response. 102 throw new Kohana_Exception('Controller failed to return a Response'); -
SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(47) "(<controller>(/<action>(/<param1>(/<param2>))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(12) "residenziali" "action" => string(5) "index" ) protected _route_regex => string(129) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<param1>[^/.,;?\n]++)(?:/(?P<param2>[^/.,;?\n]++))?)?)?)?$#u …" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(12) "Residenziali" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}1object Response(5)
{ protected _status => integer 200 protected _header => object HTTP_Header(0){ }protected _body => string(0) "" protected _cookies => array(0) protected _protocol => string(8) "HTTP/1.1" }109 $orig_response = $response = Response::factory(array('_protocol' => $request->protocol())); 110 111 if (($cache = $this->cache()) instanceof HTTP_Cache) 112 return $cache->execute($this, $request, $response); 113 114 $response = $this->execute_request($request, $response); 115 116 // Execute response callbacks 117 foreach ($this->header_callbacks() as $header => $callback) 118 { 119 if ($response->headers($header)) -
SYSPATH/classes/Kohana/Request.php [ 986 ] » Kohana_Request_Client->execute(arguments)
0object Request(19)
{ protected _requested_with => NULL protected _method => string(3) "GET" protected _protocol => string(8) "HTTP/1.1" protected _secure => bool TRUE protected _referrer => NULL protected _route => object Route(5){ protected _filters => array(0) protected _uri => string(47) "(<controller>(/<action>(/<param1>(/<param2>))))" protected _regex => array(0) protected _defaults => array(2) ( "controller" => string(12) "residenziali" "action" => string(5) "index" ) protected _route_regex => string(129) "#^(?:(?P<controller>[^/.,;?\n]++)(?:/(?P<action>[^/.,;?\n]++)(?:/(?P<param1>[^/.,;?\n]++)(?:/(?P<param2>[^/.,;?\n]++))?)?)?)?$#u …" }protected _routes => array(0) protected _header => object HTTP_Header(0){ }protected _body => NULL protected _directory => string(0) "" protected _controller => string(12) "Residenziali" protected _action => string(5) "index" protected _uri => string(0) "" protected _external => bool FALSE protected _params => array(0) protected _get => array(0) protected _post => array(0) protected _cookies => array(0) protected _client => object Request_Client_Internal(9){ protected _previous_environment => NULL protected _cache => NULL protected _follow => bool FALSE protected _follow_headers => array(1) ( 0 => string(13) "Authorization" ) protected _strict_redirect => bool TRUE protected _header_callbacks => array(1) ( "Location" => string(34) "Request_Client::on_header_location" ) protected _max_callback_depth => integer 5 protected _callback_depth => integer 1 protected _callback_params => array(0) }}981 throw new Request_Exception('Unable to execute :uri without a Kohana_Request_Client', array( 982 ':uri' => $this->_uri, 983 )); 984 } 985 986 return $this->_client->execute($this); 987 } 988 989 /** 990 * Returns whether this request is the initial request Kohana received. 991 * Can be used to test for sub requests. -
DOCROOT/index.php [ 123 ] » Kohana_Request->execute()
118 /** 119 * Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO']. 120 * If no source is specified, the URI will be automatically detected. 121 */ 122 echo Request::factory(TRUE, array(), FALSE) 123 ->execute() 124 ->send_headers(TRUE) 125 ->body(); 126 }
Environment
Included files (126)
DOCROOT/index.php |
APPPATH/bootstrap.php |
SYSPATH/classes/Kohana/Core.php |
SYSPATH/classes/Kohana.php |
SYSPATH/classes/I18n.php |
SYSPATH/classes/Kohana/I18n.php |
SYSPATH/classes/Log.php |
SYSPATH/classes/Kohana/Log.php |
SYSPATH/classes/Config.php |
SYSPATH/classes/Kohana/Config.php |
SYSPATH/classes/Cookie.php |
SYSPATH/classes/Kohana/Cookie.php |
SYSPATH/classes/Log/File.php |
SYSPATH/classes/Kohana/Log/File.php |
SYSPATH/classes/Log/Writer.php |
SYSPATH/classes/Kohana/Log/Writer.php |
SYSPATH/classes/Config/File.php |
SYSPATH/classes/Kohana/Config/File.php |
SYSPATH/classes/Kohana/Config/File/Reader.php |
SYSPATH/classes/Kohana/Config/Reader.php |
SYSPATH/classes/Kohana/Config/Source.php |
DOCROOT/modules/kohana-sitemap/init.php |
SYSPATH/classes/Route.php |
SYSPATH/classes/Kohana/Route.php |
SYSPATH/classes/Request.php |
SYSPATH/classes/Kohana/Request.php |
SYSPATH/classes/HTTP/Request.php |
SYSPATH/classes/Kohana/HTTP/Request.php |
SYSPATH/classes/HTTP/Message.php |
SYSPATH/classes/Kohana/HTTP/Message.php |
SYSPATH/classes/HTTP.php |
SYSPATH/classes/Kohana/HTTP.php |
SYSPATH/classes/HTTP/Header.php |
SYSPATH/classes/Kohana/HTTP/Header.php |
SYSPATH/classes/Request/Client/Internal.php |
SYSPATH/classes/Kohana/Request/Client/Internal.php |
SYSPATH/classes/Request/Client.php |
SYSPATH/classes/Kohana/Request/Client.php |
SYSPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
SYSPATH/classes/Response.php |
SYSPATH/classes/Kohana/Response.php |
SYSPATH/classes/HTTP/Response.php |
SYSPATH/classes/Kohana/HTTP/Response.php |
SYSPATH/classes/Profiler.php |
SYSPATH/classes/Kohana/Profiler.php |
APPPATH/classes/Controller/Residenziali.php |
APPPATH/classes/Controller/Site.php |
SYSPATH/classes/Controller/Template.php |
SYSPATH/classes/Kohana/Controller/Template.php |
SYSPATH/classes/Controller.php |
SYSPATH/classes/Kohana/Controller.php |
SYSPATH/classes/Session.php |
SYSPATH/classes/Kohana/Session.php |
SYSPATH/config/session.php |
MODPATH/database/config/session.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.php |
SYSPATH/classes/Session/Native.php |
SYSPATH/classes/Kohana/Session/Native.php |
SYSPATH/classes/View.php |
SYSPATH/classes/Kohana/View.php |
APPPATH/config/site.php |
DOCROOT/modules/asset-merger/classes/assets.php |
DOCROOT/modules/asset-merger/classes/kohana/assets.php |
DOCROOT/modules/asset-merger/config/asset-merger.php |
DOCROOT/modules/asset-merger/classes/asset/collection.php |
DOCROOT/modules/asset-merger/classes/kohana/asset/collection.php |
SYSPATH/classes/Valid.php |
SYSPATH/classes/Kohana/Valid.php |
DOCROOT/modules/asset-merger/classes/asset.php |
SYSPATH/classes/HTML.php |
SYSPATH/classes/Kohana/HTML.php |
MODPATH/orm/classes/ORM.php |
MODPATH/orm/classes/Kohana/ORM.php |
SYSPATH/classes/Model.php |
SYSPATH/classes/Kohana/Model.php |
APPPATH/classes/Model/Comune.php |
SYSPATH/classes/Inflector.php |
SYSPATH/classes/Kohana/Inflector.php |
SYSPATH/config/inflector.php |
MODPATH/database/classes/Database.php |
MODPATH/database/classes/Kohana/Database.php |
MODPATH/database/config/database.php |
APPPATH/config/database.php |
APPPATH/classes/Database/PDO.php |
MODPATH/database/classes/Kohana/Database/PDO.php |
MODPATH/database/classes/DB.php |
MODPATH/database/classes/Kohana/DB.php |
MODPATH/database/classes/Database/Query/Builder/Select.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Select.php |
MODPATH/database/classes/Database/Query/Builder/Where.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Where.php |
MODPATH/database/classes/Database/Query/Builder.php |
MODPATH/database/classes/Kohana/Database/Query/Builder.php |
MODPATH/database/classes/Database/Query.php |
MODPATH/database/classes/Kohana/Database/Query.php |
MODPATH/database/classes/Database/Result/Cached.php |
MODPATH/database/classes/Kohana/Database/Result/Cached.php |
MODPATH/database/classes/Database/Result.php |
MODPATH/database/classes/Kohana/Database/Result.php |
APPPATH/views/template.php |
SYSPATH/classes/URL.php |
SYSPATH/classes/Kohana/URL.php |
SYSPATH/classes/UTF8.php |
SYSPATH/classes/Kohana/UTF8.php |
APPPATH/views/header.php |
APPPATH/views/residenziali/index.php |
APPPATH/classes/Model/Tipologia.php |
APPPATH/classes/Model/Property.php |
APPPATH/classes/Model/Portal.php |
MODPATH/database/classes/Database/Expression.php |
MODPATH/database/classes/Kohana/Database/Expression.php |
APPPATH/classes/Model/Indirizzo.php |
APPPATH/classes/Model/Residenziale.php |
MODPATH/database/classes/Database/Query/Builder/Join.php |
MODPATH/database/classes/Kohana/Database/Query/Builder/Join.php |
MODPATH/database/classes/Database/Exception.php |
MODPATH/database/classes/Kohana/Database/Exception.php |
SYSPATH/classes/Kohana/Exception.php |
SYSPATH/classes/Kohana/Kohana/Exception.php |
SYSPATH/classes/Debug.php |
SYSPATH/classes/Kohana/Debug.php |
SYSPATH/classes/Date.php |
SYSPATH/classes/Kohana/Date.php |
SYSPATH/views/kohana/error.php |
Loaded extensions (58)
Core |
date |
ereg |
libxml |
openssl |
pcre |
zlib |
bcmath |
bz2 |
calendar |
ctype |
dba |
dom |
hash |
fileinfo |
filter |
ftp |
gettext |
SPL |
iconv |
mbstring |
session |
posix |
Reflection |
standard |
shmop |
SimpleXML |
soap |
sockets |
Phar |
exif |
sysvmsg |
sysvsem |
sysvshm |
tokenizer |
wddx |
xml |
xmlreader |
xmlwriter |
zip |
apache2handler |
PDO |
curl |
imagick |
imap |
json |
libpuzzle |
mongo |
mysql |
mysqli |
pdo_mysql |
pdo_pgsql |
pdo_sqlite |
pgsql |
readline |
sqlite3 |
mhash |
Zend OPcache |
$_SERVER
HTTPS |
string(2) "on" |
SSL_TLS_SNI |
string(23) "www.lacasainversilia.it" |
HTTP_ACCEPT |
string(3) "*/*" |
HTTP_USER_AGENT |
string(103) "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" |
HTTP_ACCEPT_ENCODING |
string(23) "gzip, br, zstd, deflate" |
HTTP_HOST |
string(23) "www.lacasainversilia.it" |
PATH |
string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
SERVER_SIGNATURE |
string(84) "<address>Apache/2.4.7 (Ubuntu) Server at www.lacasainversilia.it Port 443</address>
" |
SERVER_SOFTWARE |
string(21) "Apache/2.4.7 (Ubuntu)" |
SERVER_NAME |
string(23) "www.lacasainversilia.it" |
SERVER_ADDR |
string(8) "10.0.0.5" |
SERVER_PORT |
string(3) "443" |
REMOTE_ADDR |
string(13) "216.73.217.23" |
DOCUMENT_ROOT |
string(34) "/var/www/lacasainversilia/main_app" |
REQUEST_SCHEME |
string(5) "https" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(34) "/var/www/lacasainversilia/main_app" |
SERVER_ADMIN |
string(18) "[no address given]" |
SCRIPT_FILENAME |
string(44) "/var/www/lacasainversilia/main_app/index.php" |
REMOTE_PORT |
string(5) "11141" |
GATEWAY_INTERFACE |
string(7) "CGI/1.1" |
SERVER_PROTOCOL |
string(8) "HTTP/1.1" |
REQUEST_METHOD |
string(3) "GET" |
QUERY_STRING |
string(0) "" |
REQUEST_URI |
string(1) "/" |
SCRIPT_NAME |
string(10) "/index.php" |
PHP_SELF |
string(10) "/index.php" |
REQUEST_TIME_FLOAT |
float 1788493534.728 |
REQUEST_TIME |
integer 1788493534 |
argv |
array(0) |
argc |
integer 0 |
