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(6502) "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 [ 145 ] » Kohana_ORM->find_all()
140 * @return Database_Result 141 */ 142 public function get_ultime_residenziali($limit = Model_Property::ULTIME_LIMIT) { 143 $query = $this->_get_base_query($limit)->and_where('provincia', '=', '052'); 144 145 return $query->find_all(); 146 } 147 148 /** 149 * Ottiene un tot di annunci random 150 * -
APPPATH/views/residenziali/index.php [ 212 ] » Model_Property->get_ultime_residenziali()
207 <div class="box"> 208 <div class="col-md-12 col-sm-12 box_ultimi"> 209 <h2><?= __('ULTIMI IMMOBILI INSERITI') ?></h2> 210 <?php 211 // Compongo la query 212 $immobili = ORM::factory('Property')->get_ultime_residenziali(); 213 ?> 214 215 <ul id="carousel"> 216 <?php foreach ($immobili as $immobile): ?> 217 <li> -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(72) "/var/www/lacasainsiena/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(72) "/var/www/lacasainsiena/main_app/application/views/residenziali/index.php"1array(1) ( "comuni_list" => object Database_Result_Cached(6)
{ protected _query => string(366) "SELECT `comune`.`codice_istat_comune_alfa` AS `codice_istat_comune_alfa`, `comune`.`nome_it` AS `nome_it`, `comune`.`codice_prov …" protected _result => array(35) ( 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) "052001" "nome_it" => string(21) "Abbadia San Salvatore" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "abbadia-san-salvatore" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052001" "nome_it" => string(21) "Abbadia San Salvatore" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "abbadia-san-salvatore" ) 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) "052001" 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) "052002" "nome_it" => string(7) "Asciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(7) "asciano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052002" "nome_it" => string(7) "Asciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(7) "asciano" ) 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) "052002" 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) "052003" "nome_it" => string(12) "Buonconvento" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(12) "buonconvento" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052003" "nome_it" => string(12) "Buonconvento" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(12) "buonconvento" ) 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) "052003" 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) "052004" "nome_it" => string(13) "Casole d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "casole-d-elsa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052004" "nome_it" => string(13) "Casole d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "casole-d-elsa" ) 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) "052004" 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) "052005" "nome_it" => string(21) "Castellina in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "castellina-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052005" "nome_it" => string(21) "Castellina in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "castellina-in-chianti" ) 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) "052005" 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) "052006" "nome_it" => string(22) "Castelnuovo Berardenga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "castelnuovo-berardenga" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052006" "nome_it" => string(22) "Castelnuovo Berardenga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "castelnuovo-berardenga" ) 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) "052006" 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) "052007" "nome_it" => string(19) "Castiglione d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "castiglione-d-orcia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052007" "nome_it" => string(19) "Castiglione d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "castiglione-d-orcia" ) 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) "052007" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)7 => 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) "052008" "nome_it" => string(6) "Cetona" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "cetona" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052008" "nome_it" => string(6) "Cetona" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "cetona" ) 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) "052008" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)8 => 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) "052009" "nome_it" => string(16) "Chianciano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "chianciano-terme" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052009" "nome_it" => string(16) "Chianciano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "chianciano-terme" ) 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) "052009" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)9 => 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) "052010" "nome_it" => string(9) "Chiusdino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "chiusdino" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052010" "nome_it" => string(9) "Chiusdino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "chiusdino" ) 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) "052010" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)10 => 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) "052011" "nome_it" => string(6) "Chiusi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "chiusi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052011" "nome_it" => string(6) "Chiusi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "chiusi" ) 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) "052011" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)11 => 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) "052012" "nome_it" => string(19) "Colle di Val d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "colle-di-val-d-elsa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052012" "nome_it" => string(19) "Colle di Val d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "colle-di-val-d-elsa" ) 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) "052012" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)12 => 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) "052013" "nome_it" => string(17) "Gaiole in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "gaiole-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052013" "nome_it" => string(17) "Gaiole in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "gaiole-in-chianti" ) 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) "052013" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)13 => 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) "052037" "nome_it" => string(10) "Montalcino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "montalcino" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052037" "nome_it" => string(10) "Montalcino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "montalcino" ) 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) "052037" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)14 => 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) "052015" "nome_it" => string(13) "Montepulciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "montepulciano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052015" "nome_it" => string(13) "Montepulciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "montepulciano" ) 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) "052015" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)15 => 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) "052016" "nome_it" => string(13) "Monteriggioni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "monteriggioni" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052016" "nome_it" => string(13) "Monteriggioni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "monteriggioni" ) 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) "052016" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)16 => 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) "052017" "nome_it" => string(17) "Monteroni d'Arbia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "monteroni-d-arbia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052017" "nome_it" => string(17) "Monteroni d'Arbia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "monteroni-d-arbia" ) 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) "052017" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)17 => 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) "052018" "nome_it" => string(10) "Monticiano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "monticiano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052018" "nome_it" => string(10) "Monticiano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "monticiano" ) 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) "052018" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)18 => 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) "052019" "nome_it" => string(5) "Murlo" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(5) "murlo" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052019" "nome_it" => string(5) "Murlo" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(5) "murlo" ) 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) "052019" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)19 => 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) "052020" "nome_it" => string(14) "Piancastagnaio" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "piancastagnaio" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052020" "nome_it" => string(14) "Piancastagnaio" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "piancastagnaio" ) 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) "052020" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)20 => 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) "052021" "nome_it" => string(6) "Pienza" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "pienza" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052021" "nome_it" => string(6) "Pienza" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "pienza" ) 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) "052021" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)21 => 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) "052022" "nome_it" => string(10) "Poggibonsi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "poggibonsi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052022" "nome_it" => string(10) "Poggibonsi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "poggibonsi" ) 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) "052022" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)22 => 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) "052023" "nome_it" => string(16) "Radda in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "radda-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052023" "nome_it" => string(16) "Radda in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "radda-in-chianti" ) 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) "052023" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)23 => 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) "052024" "nome_it" => string(10) "Radicofani" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "radicofani" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052024" "nome_it" => string(10) "Radicofani" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "radicofani" ) 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) "052024" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)24 => 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) "052025" "nome_it" => string(11) "Radicondoli" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "radicondoli" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052025" "nome_it" => string(11) "Radicondoli" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "radicondoli" ) 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) "052025" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)25 => 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) "052026" "nome_it" => string(14) "Rapolano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "rapolano-terme" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052026" "nome_it" => string(14) "Rapolano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "rapolano-terme" ) 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) "052026" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)26 => 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) "052027" "nome_it" => string(22) "San Casciano dei Bagni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "san-casciano-dei-bagni" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052027" "nome_it" => string(22) "San Casciano dei Bagni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "san-casciano-dei-bagni" ) 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) "052027" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)27 => 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) "052028" "nome_it" => string(13) "San Gimignano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "san-gimignano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052028" "nome_it" => string(13) "San Gimignano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "san-gimignano" ) 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) "052028" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)28 => 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) "052030" "nome_it" => string(19) "San Quirico d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "san-quirico-d-orcia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052030" "nome_it" => string(19) "San Quirico d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "san-quirico-d-orcia" ) 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) "052030" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)29 => 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) "052031" "nome_it" => string(8) "Sarteano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "sarteano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052031" "nome_it" => string(8) "Sarteano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "sarteano" ) 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) "052031" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)30 => 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) "052032" "nome_it" => string(5) "Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "1" "seo_string" => string(5) "siena" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052032" "nome_it" => string(5) "Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "1" "seo_string" => string(5) "siena" ) 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) "052032" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)31 => 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) "052033" "nome_it" => string(9) "Sinalunga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sinalunga" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052033" "nome_it" => string(9) "Sinalunga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sinalunga" ) 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) "052033" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)32 => 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) "052034" "nome_it" => string(9) "Sovicille" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sovicille" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052034" "nome_it" => string(9) "Sovicille" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sovicille" ) 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) "052034" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)33 => 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) "052035" "nome_it" => string(16) "Torrita di Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "torrita-di-siena" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052035" "nome_it" => string(16) "Torrita di Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "torrita-di-siena" ) 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) "052035" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)34 => 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) "052036" "nome_it" => string(9) "Trequanda" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "trequanda" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052036" "nome_it" => string(9) "Trequanda" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "trequanda" ) 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) "052036" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 35 protected _current_row => integer 35 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 [ 55 ] » Kohana_View->__toString()
50 </div> 51 <div id="container" class="container"> 52 <div class="row"> 53 <div class="col-md-12 col-sm-12"> 54 <div id="content"> 55 <?= $content ?> 56 </div> 57 </div> 58 </div> 59 </div> 60 <div id="searches"> -
SYSPATH/classes/Kohana/View.php [ 61 ] » include(arguments)
0string(62) "/var/www/lacasainsiena/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(62) "/var/www/lacasainsiena/main_app/application/views/template.php"1array(3) ( "title" => string(79) "La Casa In Siena | Case e Appartamenti in provincia di Siena | LaCasaInSiena.it" "description" => string(130) "Tutte le case in vendita e affitto in provincia di Siena, trova le migliori offerte di appartamenti, ville o terratetti della zo …" "content" => object View(2)
{ protected _file => string(72) "/var/www/lacasainsiena/main_app/application/views/residenziali/index.php" protected _data => array(1) ( "comuni_list" => object Database_Result_Cached(6)){ protected _query => string(366) "SELECT `comune`.`codice_istat_comune_alfa` AS `codice_istat_comune_alfa`, `comune`.`nome_it` AS `nome_it`, `comune`.`codice_prov …" protected _result => array(35) ( 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) "052001" "nome_it" => string(21) "Abbadia San Salvatore" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "abbadia-san-salvatore" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052001" "nome_it" => string(21) "Abbadia San Salvatore" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "abbadia-san-salvatore" ) 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) "052001" 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) "052002" "nome_it" => string(7) "Asciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(7) "asciano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052002" "nome_it" => string(7) "Asciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(7) "asciano" ) 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) "052002" 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) "052003" "nome_it" => string(12) "Buonconvento" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(12) "buonconvento" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052003" "nome_it" => string(12) "Buonconvento" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(12) "buonconvento" ) 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) "052003" 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) "052004" "nome_it" => string(13) "Casole d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "casole-d-elsa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052004" "nome_it" => string(13) "Casole d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "casole-d-elsa" ) 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) "052004" 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) "052005" "nome_it" => string(21) "Castellina in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "castellina-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052005" "nome_it" => string(21) "Castellina in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "castellina-in-chianti" ) 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) "052005" 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) "052006" "nome_it" => string(22) "Castelnuovo Berardenga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "castelnuovo-berardenga" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052006" "nome_it" => string(22) "Castelnuovo Berardenga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "castelnuovo-berardenga" ) 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) "052006" 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) "052007" "nome_it" => string(19) "Castiglione d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "castiglione-d-orcia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052007" "nome_it" => string(19) "Castiglione d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "castiglione-d-orcia" ) 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) "052007" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)7 => 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) "052008" "nome_it" => string(6) "Cetona" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "cetona" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052008" "nome_it" => string(6) "Cetona" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "cetona" ) 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) "052008" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)8 => 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) "052009" "nome_it" => string(16) "Chianciano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "chianciano-terme" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052009" "nome_it" => string(16) "Chianciano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "chianciano-terme" ) 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) "052009" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)9 => 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) "052010" "nome_it" => string(9) "Chiusdino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "chiusdino" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052010" "nome_it" => string(9) "Chiusdino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "chiusdino" ) 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) "052010" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)10 => 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) "052011" "nome_it" => string(6) "Chiusi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "chiusi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052011" "nome_it" => string(6) "Chiusi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "chiusi" ) 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) "052011" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)11 => 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) "052012" "nome_it" => string(19) "Colle di Val d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "colle-di-val-d-elsa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052012" "nome_it" => string(19) "Colle di Val d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "colle-di-val-d-elsa" ) 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) "052012" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)12 => 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) "052013" "nome_it" => string(17) "Gaiole in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "gaiole-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052013" "nome_it" => string(17) "Gaiole in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "gaiole-in-chianti" ) 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) "052013" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)13 => 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) "052037" "nome_it" => string(10) "Montalcino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "montalcino" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052037" "nome_it" => string(10) "Montalcino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "montalcino" ) 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) "052037" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)14 => 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) "052015" "nome_it" => string(13) "Montepulciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "montepulciano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052015" "nome_it" => string(13) "Montepulciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "montepulciano" ) 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) "052015" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)15 => 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) "052016" "nome_it" => string(13) "Monteriggioni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "monteriggioni" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052016" "nome_it" => string(13) "Monteriggioni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "monteriggioni" ) 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) "052016" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)16 => 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) "052017" "nome_it" => string(17) "Monteroni d'Arbia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "monteroni-d-arbia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052017" "nome_it" => string(17) "Monteroni d'Arbia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "monteroni-d-arbia" ) 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) "052017" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)17 => 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) "052018" "nome_it" => string(10) "Monticiano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "monticiano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052018" "nome_it" => string(10) "Monticiano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "monticiano" ) 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) "052018" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)18 => 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) "052019" "nome_it" => string(5) "Murlo" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(5) "murlo" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052019" "nome_it" => string(5) "Murlo" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(5) "murlo" ) 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) "052019" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)19 => 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) "052020" "nome_it" => string(14) "Piancastagnaio" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "piancastagnaio" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052020" "nome_it" => string(14) "Piancastagnaio" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "piancastagnaio" ) 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) "052020" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)20 => 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) "052021" "nome_it" => string(6) "Pienza" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "pienza" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052021" "nome_it" => string(6) "Pienza" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "pienza" ) 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) "052021" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)21 => 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) "052022" "nome_it" => string(10) "Poggibonsi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "poggibonsi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052022" "nome_it" => string(10) "Poggibonsi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "poggibonsi" ) 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) "052022" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)22 => 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) "052023" "nome_it" => string(16) "Radda in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "radda-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052023" "nome_it" => string(16) "Radda in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "radda-in-chianti" ) 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) "052023" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)23 => 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) "052024" "nome_it" => string(10) "Radicofani" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "radicofani" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052024" "nome_it" => string(10) "Radicofani" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "radicofani" ) 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) "052024" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)24 => 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) "052025" "nome_it" => string(11) "Radicondoli" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "radicondoli" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052025" "nome_it" => string(11) "Radicondoli" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "radicondoli" ) 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) "052025" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)25 => 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) "052026" "nome_it" => string(14) "Rapolano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "rapolano-terme" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052026" "nome_it" => string(14) "Rapolano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "rapolano-terme" ) 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) "052026" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)26 => 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) "052027" "nome_it" => string(22) "San Casciano dei Bagni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "san-casciano-dei-bagni" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052027" "nome_it" => string(22) "San Casciano dei Bagni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "san-casciano-dei-bagni" ) 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) "052027" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)27 => 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) "052028" "nome_it" => string(13) "San Gimignano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "san-gimignano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052028" "nome_it" => string(13) "San Gimignano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "san-gimignano" ) 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) "052028" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)28 => 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) "052030" "nome_it" => string(19) "San Quirico d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "san-quirico-d-orcia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052030" "nome_it" => string(19) "San Quirico d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "san-quirico-d-orcia" ) 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) "052030" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)29 => 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) "052031" "nome_it" => string(8) "Sarteano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "sarteano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052031" "nome_it" => string(8) "Sarteano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "sarteano" ) 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) "052031" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)30 => 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) "052032" "nome_it" => string(5) "Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "1" "seo_string" => string(5) "siena" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052032" "nome_it" => string(5) "Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "1" "seo_string" => string(5) "siena" ) 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) "052032" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)31 => 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) "052033" "nome_it" => string(9) "Sinalunga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sinalunga" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052033" "nome_it" => string(9) "Sinalunga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sinalunga" ) 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) "052033" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)32 => 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) "052034" "nome_it" => string(9) "Sovicille" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sovicille" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052034" "nome_it" => string(9) "Sovicille" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sovicille" ) 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) "052034" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)33 => 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) "052035" "nome_it" => string(16) "Torrita di Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "torrita-di-siena" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052035" "nome_it" => string(16) "Torrita di Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "torrita-di-siena" ) 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) "052035" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)34 => 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) "052036" "nome_it" => string(9) "Trequanda" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "trequanda" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052036" "nome_it" => string(9) "Trequanda" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "trequanda" ) 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) "052036" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 35 protected _current_row => integer 35 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 [ 95 ] » Kohana_Controller_Template->after()
90 if (is_file($path . "$controller.$action.js")) 91 $this->template->assets 92 ->js("$controller.$action.js"); 93 } 94 95 parent::after(); 96 } 97 98 } -
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(62) "/var/www/lacasainsiena/main_app/application/views/template.php" protected _data => array(3) ( "title" => string(79) "La Casa In Siena | Case e Appartamenti in provincia di Siena | LaCasaInSiena.it" "description" => string(130) "Tutte le case in vendita e affitto in provincia di Siena, trova le migliori offerte di appartamenti, ville o terratetti della zo …" "content" => object View(2)public auto_render => bool TRUE public request => object Request(19){ protected _file => string(72) "/var/www/lacasainsiena/main_app/application/views/residenziali/index.php" protected _data => array(1) ( "comuni_list" => object Database_Result_Cached(6)) }{ protected _query => string(366) "SELECT `comune`.`codice_istat_comune_alfa` AS `codice_istat_comune_alfa`, `comune`.`nome_it` AS `nome_it`, `comune`.`codice_prov …" protected _result => array(35) ( 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) "052001" "nome_it" => string(21) "Abbadia San Salvatore" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "abbadia-san-salvatore" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052001" "nome_it" => string(21) "Abbadia San Salvatore" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "abbadia-san-salvatore" ) 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) "052001" 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) "052002" "nome_it" => string(7) "Asciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(7) "asciano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052002" "nome_it" => string(7) "Asciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(7) "asciano" ) 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) "052002" 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) "052003" "nome_it" => string(12) "Buonconvento" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(12) "buonconvento" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052003" "nome_it" => string(12) "Buonconvento" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(12) "buonconvento" ) 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) "052003" 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) "052004" "nome_it" => string(13) "Casole d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "casole-d-elsa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052004" "nome_it" => string(13) "Casole d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "casole-d-elsa" ) 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) "052004" 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) "052005" "nome_it" => string(21) "Castellina in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "castellina-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052005" "nome_it" => string(21) "Castellina in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(21) "castellina-in-chianti" ) 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) "052005" 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) "052006" "nome_it" => string(22) "Castelnuovo Berardenga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "castelnuovo-berardenga" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052006" "nome_it" => string(22) "Castelnuovo Berardenga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "castelnuovo-berardenga" ) 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) "052006" 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) "052007" "nome_it" => string(19) "Castiglione d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "castiglione-d-orcia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052007" "nome_it" => string(19) "Castiglione d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "castiglione-d-orcia" ) 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) "052007" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)7 => 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) "052008" "nome_it" => string(6) "Cetona" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "cetona" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052008" "nome_it" => string(6) "Cetona" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "cetona" ) 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) "052008" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)8 => 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) "052009" "nome_it" => string(16) "Chianciano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "chianciano-terme" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052009" "nome_it" => string(16) "Chianciano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "chianciano-terme" ) 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) "052009" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)9 => 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) "052010" "nome_it" => string(9) "Chiusdino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "chiusdino" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052010" "nome_it" => string(9) "Chiusdino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "chiusdino" ) 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) "052010" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)10 => 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) "052011" "nome_it" => string(6) "Chiusi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "chiusi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052011" "nome_it" => string(6) "Chiusi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "chiusi" ) 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) "052011" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)11 => 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) "052012" "nome_it" => string(19) "Colle di Val d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "colle-di-val-d-elsa" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052012" "nome_it" => string(19) "Colle di Val d'Elsa" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "colle-di-val-d-elsa" ) 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) "052012" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)12 => 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) "052013" "nome_it" => string(17) "Gaiole in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "gaiole-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052013" "nome_it" => string(17) "Gaiole in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "gaiole-in-chianti" ) 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) "052013" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)13 => 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) "052037" "nome_it" => string(10) "Montalcino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "montalcino" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052037" "nome_it" => string(10) "Montalcino" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "montalcino" ) 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) "052037" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)14 => 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) "052015" "nome_it" => string(13) "Montepulciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "montepulciano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052015" "nome_it" => string(13) "Montepulciano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "montepulciano" ) 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) "052015" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)15 => 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) "052016" "nome_it" => string(13) "Monteriggioni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "monteriggioni" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052016" "nome_it" => string(13) "Monteriggioni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "monteriggioni" ) 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) "052016" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)16 => 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) "052017" "nome_it" => string(17) "Monteroni d'Arbia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "monteroni-d-arbia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052017" "nome_it" => string(17) "Monteroni d'Arbia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(17) "monteroni-d-arbia" ) 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) "052017" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)17 => 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) "052018" "nome_it" => string(10) "Monticiano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "monticiano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052018" "nome_it" => string(10) "Monticiano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "monticiano" ) 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) "052018" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)18 => 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) "052019" "nome_it" => string(5) "Murlo" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(5) "murlo" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052019" "nome_it" => string(5) "Murlo" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(5) "murlo" ) 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) "052019" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)19 => 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) "052020" "nome_it" => string(14) "Piancastagnaio" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "piancastagnaio" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052020" "nome_it" => string(14) "Piancastagnaio" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "piancastagnaio" ) 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) "052020" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)20 => 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) "052021" "nome_it" => string(6) "Pienza" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "pienza" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052021" "nome_it" => string(6) "Pienza" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(6) "pienza" ) 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) "052021" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)21 => 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) "052022" "nome_it" => string(10) "Poggibonsi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "poggibonsi" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052022" "nome_it" => string(10) "Poggibonsi" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "poggibonsi" ) 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) "052022" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)22 => 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) "052023" "nome_it" => string(16) "Radda in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "radda-in-chianti" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052023" "nome_it" => string(16) "Radda in Chianti" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "radda-in-chianti" ) 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) "052023" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)23 => 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) "052024" "nome_it" => string(10) "Radicofani" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "radicofani" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052024" "nome_it" => string(10) "Radicofani" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(10) "radicofani" ) 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) "052024" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)24 => 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) "052025" "nome_it" => string(11) "Radicondoli" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "radicondoli" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052025" "nome_it" => string(11) "Radicondoli" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(11) "radicondoli" ) 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) "052025" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)25 => 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) "052026" "nome_it" => string(14) "Rapolano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "rapolano-terme" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052026" "nome_it" => string(14) "Rapolano Terme" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(14) "rapolano-terme" ) 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) "052026" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)26 => 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) "052027" "nome_it" => string(22) "San Casciano dei Bagni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "san-casciano-dei-bagni" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052027" "nome_it" => string(22) "San Casciano dei Bagni" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(22) "san-casciano-dei-bagni" ) 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) "052027" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)27 => 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) "052028" "nome_it" => string(13) "San Gimignano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "san-gimignano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052028" "nome_it" => string(13) "San Gimignano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(13) "san-gimignano" ) 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) "052028" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)28 => 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) "052030" "nome_it" => string(19) "San Quirico d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "san-quirico-d-orcia" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052030" "nome_it" => string(19) "San Quirico d'Orcia" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(19) "san-quirico-d-orcia" ) 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) "052030" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)29 => 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) "052031" "nome_it" => string(8) "Sarteano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "sarteano" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052031" "nome_it" => string(8) "Sarteano" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(8) "sarteano" ) 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) "052031" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)30 => 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) "052032" "nome_it" => string(5) "Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "1" "seo_string" => string(5) "siena" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052032" "nome_it" => string(5) "Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "1" "seo_string" => string(5) "siena" ) 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) "052032" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)31 => 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) "052033" "nome_it" => string(9) "Sinalunga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sinalunga" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052033" "nome_it" => string(9) "Sinalunga" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sinalunga" ) 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) "052033" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)32 => 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) "052034" "nome_it" => string(9) "Sovicille" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sovicille" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052034" "nome_it" => string(9) "Sovicille" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "sovicille" ) 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) "052034" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)33 => 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) "052035" "nome_it" => string(16) "Torrita di Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "torrita-di-siena" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052035" "nome_it" => string(16) "Torrita di Siena" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(16) "torrita-di-siena" ) 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) "052035" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)34 => 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) "052036" "nome_it" => string(9) "Trequanda" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "trequanda" ) protected _changed => array(0) protected _original_values => array(5) ( "codice_istat_comune_alfa" => string(6) "052036" "nome_it" => string(9) "Trequanda" "codice_provincia" => string(3) "052" "comune_capoluogo_provincia" => string(1) "0" "seo_string" => string(9) "trequanda" ) 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) "052036" protected _table_names_plural => bool TRUE protected _reload_on_wakeup => bool TRUE protected _db => object Database_PDO(5)) protected _total_rows => integer 35 protected _current_row => integer 35 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 (130)
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 |
DOCROOT/modules/captcha/init.php |
DOCROOT/modules/captcha/classes/Captcha.php |
SYSPATH/classes/Arr.php |
SYSPATH/classes/Kohana/Arr.php |
DOCROOT/modules/captcha/config/Captcha.php |
SYSPATH/classes/Config/Group.php |
SYSPATH/classes/Kohana/Config/Group.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/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/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/Provincia.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/classes/Model/Comune.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(16) "lacasainsiena.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(16) "lacasainsiena.it" |
PATH |
string(60) "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" |
SERVER_SIGNATURE |
string(77) "<address>Apache/2.4.7 (Ubuntu) Server at lacasainsiena.it Port 443</address>
" |
SERVER_SOFTWARE |
string(21) "Apache/2.4.7 (Ubuntu)" |
SERVER_NAME |
string(16) "lacasainsiena.it" |
SERVER_ADDR |
string(8) "10.0.0.5" |
SERVER_PORT |
string(3) "443" |
REMOTE_ADDR |
string(14) "216.73.217.146" |
DOCUMENT_ROOT |
string(31) "/var/www/lacasainsiena/main_app" |
REQUEST_SCHEME |
string(5) "https" |
CONTEXT_PREFIX |
string(0) "" |
CONTEXT_DOCUMENT_ROOT |
string(31) "/var/www/lacasainsiena/main_app" |
SERVER_ADMIN |
string(18) "[no address given]" |
SCRIPT_FILENAME |
string(41) "/var/www/lacasainsiena/main_app/index.php" |
REMOTE_PORT |
string(5) "50795" |
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 1788493505.09 |
REQUEST_TIME |
integer 1788493505 |
argv |
array(0) |
argc |
integer 0 |
